liuxunorg opened a new pull request #3372: [ZEPPELIN-3623] Create interpreter process in the cluster mode URL: https://github.com/apache/zeppelin/pull/3372 ### What is this PR for? In distributed cluster deployment mode, look for servers with idle resources in the cluster and create an interpreter process. In single-server deployment mode, the interpreter process is created directly on the machine. Just set the cluster server list in `zeppelin-site.xml` ``` <property> <name>zeppelin.cluster.addr</name> <value>10.120.196.234:6000,10.120.196.235:6000,10.120.196.236:6000</value> </property> ``` The interpreter process can be created in the cluster server through any zeppelin server. [Cluster Design Document](https://docs.google.com/document/d/1a8QLSyR3M5AhlG1GIYuDTj6bwazeuVDKCRRBm-Qa3Bw/edit#heading=h.s41ckl271z8s) ### What type of PR is it? [Feature] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3623 ### How should this be tested? * [CI Pass](https://travis-ci.org/liuxunorg/zeppelin/builds/537437337) ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
