mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add space between ' and source
This commit is contained in:
parent
906bf15a4e
commit
4508ae84ac
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ CLASSPATH+=":${ZEPPELIN_INTP_CLASSPATH}"
|
|||
if [[ ! -z "$ZEPPELIN_IMPERSONATE_USER" ]]; then
|
||||
INTERPRETER_RUN_COMMAND=${ZEPPELIN_IMPERSONATE_RUN_CMD}" '"
|
||||
if [[ -f "${ZEPPELIN_CONF_DIR}/zeppelin-env.sh" ]]; then
|
||||
INTERPRETER_RUN_COMMAND+="source "${ZEPPELIN_CONF_DIR}'/zeppelin-env.sh;'
|
||||
INTERPRETER_RUN_COMMAND+=" source "${ZEPPELIN_CONF_DIR}'/zeppelin-env.sh;'
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue