GitHub user SachinJanani opened a pull request: https://github.com/apache/incubator-zeppelin/pull/955
[ZEPPELIN-940] Allow zeppelin server to connect to already executing Remote Interpreter ### What is this PR for? Currenlty zeppelin server starts interpreter on localhost and with random port.The purpose of this pull request is to allow zeppelin server to connect to remotely executing zeppelin interpreter that user might have started in his service.This feature will be further helpful while cluster manager is to be implemented.(https://cwiki.apache.org/confluence/display/ZEPPELIN/Cluster+Manager+Proposal) ### What type of PR is it? Improvement ### Todos [ ] -Add documentation ### What is the Jira issue? * [ZEPPELIN-940] https://issues.apache.org/jira/browse/ZEPPELIN-940 ### How should this be tested? Added Junit test in RemoteInterpreterProcessTest and it passes ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes for the new properties You can merge this pull request into a Git repository by running: $ git pull https://github.com/SachinJanani/incubator-zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/955.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #955 ---- commit 53c1eea5530a34fb877352d459927da60da550c0 Author: SachinJanani <sjan...@snappydata.io> Date: 2016-06-03T12:52:04Z Merge pull request #1 from apache/master Latest update commit fbe2346040b525c559dab7cad0db46ef9fbab30f Author: Sachin <sjan...@snappydata.io> Date: 2016-06-03T13:02:14Z [ZEPPELIN-940] Allow zeppelin server to connect to already executing Remote Interpreter commit 7af8112c367cd1a17b2e6d316536c55e569a4001 Author: Sachin <sjan...@snappydata.io> Date: 2016-06-03T13:03:50Z Merge branch 'master' of https://github.com/SachinJanani/incubator-zeppelin ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---