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_r289295782
 
 

 ##########
 File path: 
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterServer.java
 ##########
 @@ -178,6 +187,8 @@ public RemoteInterpreterServer(String intpEventServerHost,
     server = new TThreadPoolServer(
         new TThreadPoolServer.Args(serverTransport).processor(processor));
     remoteWorksResponsePool = Collections.synchronizedMap(new HashMap<String, 
Object>());
+
+    clusterManagerClient.start(interpreterGroupId);
 
 Review comment:
   Even in single node deployment, this code is still called ? 

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