GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2692
ZEPPELIN-3085 Introduce generic ConfInterpreter for more fine-grained control of interpreter setting ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html ### What type of PR is it? [Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring] ### Todos * [ ] - Task ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] ### How should this be tested? * First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation? You can merge this pull request into a Git repository by running: $ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-3085 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2692.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 #2692 ---- commit aeec35eca0d84df8bc3757878196da0ac372b66d Author: Jeff Zhang <zjf...@apache.org> Date: 2017-11-12T01:18:41Z ZEPPELIN-3040. Allow to specify portRange for interpreter process thrift service 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. [Improvement | Feature ] * [ ] - Task * https://issues.apache.org/jira/browse/ZEPPELIN-3040 Manually test. Set zeppelin.interpreter.portRange and launch python interpreter, verify it is in the proper portRange. * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang <zjf...@apache.org> Closes #2661 from zjffdu/ZEPPELIN-3040 and squashes the following commits: a87c425 [Jeff Zhang] address comments 7e885bd [Jeff Zhang] ZEPPELIN-3040. Allow to specify portRange for interpreter process thrift service commit 3dd6ec62c254f1a9ae9f74df3930f86fa5401b59 Author: Jeff Zhang <zjf...@apache.org> Date: 2017-11-30T05:56:20Z ZEPPELIN-3085. Introduce generic ConfInterpreter for more fine-grained control of interpreter setting ---- ---