GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/2107
[ZEPPELIN-2149] Each interpreter should have a seperate log file ### What is this PR for? In the current implementation, both spark and spark2 uses spark interpreter, both phoenix and hive use jdbc interpreter log file. Each interpreter should have separate log file. The same log file for multiple interpreters confuses the user and complicated debugging. ### What type of PR is it? [Improvement] ### What is the Jira issue? * [ZEPPELIN-2149](https://issues.apache.org/jira/browse/ZEPPELIN-2149) ### How should this be tested? Create multiple interpreters (say shell interpreter) with different names (say sh1, sh2, etc.). Now on running these different interpreters should log to different files. ### Questions: * Does the licenses files need update? N/A * Is there breaking changes for older versions? N/A * Does this needs documentation? N/A You can merge this pull request into a Git repository by running: $ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-2149 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2107.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 #2107 ---- commit 934f27408254f7cd290b6da99b8f12ad95505b30 Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Date: 2017-03-07T14:16:27Z ZEPPELIN-2149: Each interpreter should have a seperate log file commit 0cf514fb24c3efac094a1e157e1f5999968d0576 Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Date: 2017-03-07T14:26:25Z fix tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---