Skip to content

Commit 334da53

Browse files
authored
[ZEPPELIN-6103] Revert "[HOTFIX] Escape envs when using .conf (#4715)"
### 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]>
1 parent 1633c52 commit 334da53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/interpreter.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ fi
101101

102102
. "${bin}/common.sh"
103103

104-
# Escape envs
105-
ZEPPELIN_INTP_CLASSPATH_OVERRIDES=$(printf %q "${ZEPPELIN_INTP_CLASSPATH_OVERRIDES}")
106-
107104
check_java_version
108105

109106
ZEPPELIN_INTERPRETER_API_JAR=$(find "${ZEPPELIN_HOME}/interpreter" -name 'zeppelin-interpreter-shaded-*.jar')

0 commit comments

Comments
 (0)