zjffdu 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_r289294560
########## 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: Why add this piece of code ? What happens without 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