GitHub user woowahan-jaehoon opened a pull request: https://github.com/apache/zeppelin/pull/2780
[ZEPPELIN-3215] Fix to remove pid of interpreter when interpreter shu⦠### What is this PR for? When user click 'restart interpreter', pid file about interpreter can be remained. This PR is for fix this. ### What type of PR is it? Bug Fix ### Todos * [x] - Fix ### What is the Jira issue? [ZEPPELIN-3215] ### How should this be tested? After interpreter shuted down, pid file of interpreter could be removed. ### 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-3215 You can merge this pull request into a Git repository by running: $ git pull https://github.com/woowahan-jaehoon/zeppelin ZEPPELIN-3215 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2780.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 #2780 ---- commit 19742990af5f8f8b4533d6b735c3f2793c810e7a Author: Jaehoon Jeong <jaehoon.jeong@...> Date: 2018-02-08T08:45:46Z [ZEPPELIN-3215] Fix to remove pid of interpreter when interpreter shutdowned normally https://issues.apache.org/jira/browse/ZEPPELIN-3215 ---- ---