liuxunorg commented on a change in pull request #3372: [ZEPPELIN-3623] Create interpreter process in the cluster mode URL: https://github.com/apache/zeppelin/pull/3372#discussion_r291006721
########## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java ########## @@ -119,6 +121,25 @@ public static synchronized ZeppelinConfiguration create() { url = classLoader.getResource(ZEPPELIN_SITE_XML); } + // Support for using ZeppelinConfiguration in RemoteInterpreterServer + if (url == null) { Review comment: Ok, I modified to get the `zeppelin-site.xml` path from the environment variable `ZEPPELIN_HOME` or `ZEPPELIN_CONF_DIR `. ---------------------------------------------------------------- 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