Skip to content

Commit 2c81a3f

Browse files
committed
update
1 parent 78a7c52 commit 2c81a3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/install-interpreter.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ bin=$(cd "${bin}">/dev/null; pwd)
2626

2727

2828
ZEPPELIN_INSTALL_INTERPRETER_MAIN=org.apache.zeppelin.interpreter.install.InstallInterpreter
29+
ZEPPELIN_LOGFILE="${ZEPPELIN_LOG_DIR}/install-interpreter.log"
30+
JAVA_OPTS+=" -Dzeppelin.log.file=${ZEPPELIN_LOGFILE}"
2931

30-
if [[ -d "${ZEPPELIN_HOME}/zeppelin-server/target/classes" ]]; then
31-
ZEPPELIN_CLASSPATH+=":${ZEPPELIN_HOME}/zeppelin-server/target/classes"
32+
if [[ -d "${ZEPPELIN_HOME}/zeppelin-zengine/target/classes" ]]; then
33+
ZEPPELIN_CLASSPATH+=":${ZEPPELIN_HOME}/zeppelin-zengine/target/classes"
3234
fi
3335
addJarInDir "${ZEPPELIN_HOME}/zeppelin-server/target/lib"
3436

0 commit comments

Comments
 (0)