GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2666
ZEPPELIN-3040. Allow to specify portRange for interpreter process thrift service ### What is this PR for? This PR is trying to add new configuration zeppelin.interpreter.portRange which control the portRange of interpreter process. This is required by some users for security reason. ### What type of PR is it? [Improvement | Feature] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3040 ### How should this be tested? Manually test. Set zeppelin.interpreter.portRange and launch python interpreter, verify it is in the proper portRange. ### 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/zjffdu/zeppelin ZEPPELIN-3040-0.7 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2666.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 #2666 ---- commit cd1ca6232868be4fe49310e7483cb919854817f3 Author: Jeff Zhang <zjf...@apache.org> Date: 2017-11-10T08:05:23Z ZEPPELIN-3040. Allow to specify portRange for interpreter process thrift service ---- ---