GitHub user woowahan-jaehoon opened a pull request: https://github.com/apache/zeppelin/pull/2715
[ZEPPELIN-3123] Fix to create pid per each interpreter ### What is this PR for? When interpreter policy is not set globally, zeppelin run many interpreters but pid file is still single. This PR is for fix this. ### What type of PR is it? Bug Fix ### Todos * [x] - Fix ### What is the Jira issue? [ZEPPELIN-3123] ### How should this be tested? I changed bin/interpreter.sh and ran, many pid files created per each interpreter with same condition. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? * No * Is there breaking changes for older versions? * No * Does this needs documentation? * No https://issues.apache.org/jira/browse/ZEPPELIN-3123 You can merge this pull request into a Git repository by running: $ git pull https://github.com/woowabros/zeppelin ZEPPELIN-3123 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2715.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 #2715 ---- commit 396aaeffa899cb6b6a6b7b534610b69a32035928 Author: Jaehoon Jeong <jaehoon.jeong@...> Date: 2017-12-29T12:47:13Z [ZEPPELIN-3123] Fix to create pid per each interpreter https://issues.apache.org/jira/browse/ZEPPELIN-3123 When interpreter policy is not set globally, zeppelin run many interpreters but pid file is still single. This commit is for fix this. ---- ---