mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add lib/interpreter to classpath
This commit is contained in:
parent
2ef835915a
commit
ed3776da83
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ fi
|
|||
addJarInDir "${ZEPPELIN_HOME}/zeppelin-interpreter/target/lib"
|
||||
|
||||
addJarInDir "${ZEPPELIN_HOME}/lib"
|
||||
addJarInDir "${ZEPPELIN_HOME}/lib/interpreter"
|
||||
|
||||
CLASSPATH+=":${ZEPPELIN_CLASSPATH}"
|
||||
$ZEPPELIN_RUNNER $JAVA_OPTS -cp $CLASSPATH $ZEPPELIN_INSTALL_INTERPRETER_MAIN ${@}
|
||||
|
|
|
|||
Loading…
Reference in a new issue