Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What is this PR for? This PR reverts commit dd08a39 which was merged with #4715 I have set the environment variable `ZEPPELIN_INTP_CLASSPATH_OVERRIDES`, which now no longer works due to the change. I have set the environment variable to the value `/usr/share/java/*`, which in my opinion represents a valid classpath. `printf %q "/usr/share/java/*"` results in `/usr/share/java/\*`, which is no longer a valid classpath. ### What type of PR is it? Bug Fix ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-6103 ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4843 from Reamer/revert_env_hotfix. Signed-off-by: Jongyoul Lee <[email protected]>
- Loading branch information