Skip to content

Commit

Permalink
[HOTFIX] Escape envs when using .conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jongyoul committed Feb 19, 2024
1 parent 01231e6 commit c426e71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/interpreter.sh
Original file line number Diff line number Diff line change
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 c426e71

Please sign in to comment.