GitHub user woowahan-jaehoon opened a pull request:
https://github.com/apache/zeppelin/pull/2714
Fix to create pid/log per each interpreter (#ZEPPELIN-3121)
### What is this PR for?
When interpreter policy is not set globally, zeppelin run many interpreters
but pid/log 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-3121]
### How should this be tested?
I changed bin/interpreter.sh and ran, many pid/log 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-3121
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/woowabros/zeppelin ZEPPELIN-3121
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2714.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 #2714
----
commit fa36062228d056baad4b92d1c25bee2fd44eaa96
Author: Jaehoon Jeong <jaehoon.jeong@...>
Date: 2017-12-29T12:47:13Z
Fix to create pid/log per each interpreter (#ZEPPELIN-3121)
https://issues.apache.org/jira/browse/ZEPPELIN-3121
When interpreter policy is not set globally, zeppelin run many interpreters
but pid/log file is still single.
This commit is for fix this.
----
---