GitHub user kjmrknsn opened a pull request:
https://github.com/apache/zeppelin/pull/2681
[ZEPPELIN-2995] "auto-restart interpreter on cron execution" should restart
interpreter to specific note, not all interpreters
### What is this PR for?
Make "auto-restart interpreter on cron execution" restart interpreter to
specific note, not all interpreters.
This issue was reported by
https://github.com/apache/zeppelin/pull/1302#issuecomment-336521420.
### What type of PR is it?
[Bug Fix]
### Todos
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-2995
### How should this be tested?
* Tested Manually.
* I confirmed that the "auto-restart interpreter on cron execution"
feature restarted only the interpreters which are specific to the notebook.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No.
* Is there breaking changes for older versions? No.
* Does this needs documentation? No.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kjmrknsn/zeppelin ZEPPELIN-2995
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2681.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 #2681
----
commit f7b528d390f4464e8011d22d9bed60e0ff176a09
Author: Keiji Yoshida <[email protected]>
Date: 2017-11-20T13:54:39Z
[ZEPPELIN-2995] "auto-restart interpreter on cron execution" should restart
interpreter to specific note, not all interpreters
----
---