Skip to content

Commit

Permalink
[HOTFIX] Escape envs when using .conf (#4715)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongyoul committed Feb 27, 2024
1 parent 65d0bcc commit dd08a39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/interpreter.sh
Expand Up @@ -101,6 +101,9 @@ fi

. "${bin}/common.sh"

# Escape envs
ZEPPELIN_INTP_CLASSPATH_OVERRIDES=$(printf %q "${ZEPPELIN_INTP_CLASSPATH_OVERRIDES}")

check_java_version

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

0 comments on commit dd08a39

Please sign in to comment.