GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/2410
[ZEPPELIN-2645] Adding way to register RemoteInterpreterServer's port into InterpreterProcess ### What is this PR for? Changing the way to register interpreter to server. interpreter tells server its port of thrift server, and server connect interpreter through this information ### What type of PR is it? [Feature] ### Todos * [x] - And netty session for transferring data ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-2645 ### How should this be tested? 1. Set `SPARK_HOME` and `HADOOP_CONF_DIR` 1. Set 'yarn-cluster' to spark's master 1. Run a script ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/jongyoul/zeppelin ZEPPELIN-2645 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2410.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 #2410 ---- commit 0570de5dc3c9f4be933bff18dd6fd2aa11536768 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2017-06-14T10:43:49Z Added getters ---- --- 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. ---