You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/06/05 10:00:04 UTC

[GitHub] [zeppelin] liuxunorg commented on issue #3372: [ZEPPELIN-3623] Create interpreter process in the cluster mode

liuxunorg commented on issue #3372: [ZEPPELIN-3623] Create interpreter process in the cluster mode
URL: https://github.com/apache/zeppelin/pull/3372#issuecomment-499020115
 
 
   @zjffdu , I re-implemented it again, The logic is much clearer.
   1. Added `plugins/ClusterLauncher`
   2. Create an interpreter process on other zeppelin servers by means of message broadcasts.
   3. Remove the old way to create interpreter processes on other zeppelin servers via the thrift interface.
   4. Added `ClusterManagerTest` , `ClusterMultiNodeTest` and `ClusterMockTest` test case.
   
   Please help review, Thank you!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services