liuxunorg commented on a change in pull request #3388: [ZEPPELIN-4207]. zeppelin-interpreter.jar and zeppelin-interpreter-api are both used by interpreter process URL: https://github.com/apache/zeppelin/pull/3388#discussion_r298633356
########## File path: bin/interpreter.sh ########## @@ -84,7 +84,6 @@ if [[ -d "${ZEPPELIN_HOME}/zeppelin-zengine/target/test-classes" ]]; then fi addJarInDirForIntp "${ZEPPELIN_HOME}/zeppelin-interpreter-api/target" -addJarInDirForIntp "${ZEPPELIN_HOME}/lib/interpreter" Review comment: `addJarInDirForIntp "${ZEPPELIN_HOME}/lib/interpreter"` cannot be deleted, I tested it and if I delete this line, I can't start the interpreter. Without deleting this line of code, the interpreter can be started normally. Or, do you test it? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services