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_r291004215
 
 

 ##########
 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:
   Sorry, I didn't get it. Why RemoteInterpreterServer could not get 
`zeppelin-site.xml` ? Interpreter process should be launched in any host of 
cluster, and ZEPPELIN_HOME, ZEPPELIN_CONF_DIR should be passed to interpreter 
process properly. 

----------------------------------------------------------------
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

Reply via email to