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_r289296139
 
 

 ##########
 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:
   Because `RemoteInterpreterServer.java` needs to get the configuration 
information of zconf.
   Obtain the configuration parameters of the cluster and connect to the 
cluster.
   ```
   <property>
     <name>zeppelin.cluster.addr</name>
     <value>10.120.196.234:6000,10.120.196.235:6000,10.120.196.236:6000</value>
   </property>
   ```

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