mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-1785. Remove ZEPPELIN_NOTEBOOK_DIR and ZEPPELIN_INTERPRETER_DIR from common.sh
This commit is contained in:
parent
04c62e41fd
commit
141ec68f98
2 changed files with 0 additions and 16 deletions
|
|
@ -43,14 +43,6 @@ if not defined ZEPPELIN_WAR (
|
|||
)
|
||||
)
|
||||
|
||||
if not defined ZEPPELIN_NOTEBOOK_DIR (
|
||||
set ZEPPELIN_NOTEBOOK_DIR=%ZEPPELIN_HOME%\notebook
|
||||
)
|
||||
|
||||
if not defined ZEPPELIN_INTERPRETER_DIR (
|
||||
set ZEPPELIN_INTERPRETER_DIR=%ZEPPELIN_HOME%\interpreter
|
||||
)
|
||||
|
||||
if exist "%ZEPPELIN_CONF_DIR%\zeppelin-env.cmd" (
|
||||
call "%ZEPPELIN_CONF_DIR%\zeppelin-env.cmd"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -48,14 +48,6 @@ if [[ -z "${ZEPPELIN_WAR}" ]]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if [[ -z "$ZEPPELIN_NOTEBOOK_DIR" ]]; then
|
||||
export ZEPPELIN_NOTEBOOK_DIR="${ZEPPELIN_HOME}/notebook"
|
||||
fi
|
||||
|
||||
if [[ -z "$ZEPPELIN_INTERPRETER_DIR" ]]; then
|
||||
export ZEPPELIN_INTERPRETER_DIR="${ZEPPELIN_HOME}/interpreter"
|
||||
fi
|
||||
|
||||
if [[ -f "${ZEPPELIN_CONF_DIR}/zeppelin-env.sh" ]]; then
|
||||
. "${ZEPPELIN_CONF_DIR}/zeppelin-env.sh"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue