GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2661
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 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2661.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 #2661 ---- commit 7e885bd388ecba9ce52d4fcaed881c5ccefc98fb Author: Jeff Zhang <zjf...@apache.org> Date: 2017-11-08T04:08:55Z ZEPPELIN-3040. Allow to specify portRange for interpreter process thrift service ---- ---