You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by rk...@apache.org on 2018/06/13 08:53:54 UTC

zeppelin git commit: [ZEPPELIN-3476] change description "auto-restart interpreter on cron execution"

Repository: zeppelin
Updated Branches:
  refs/heads/master f22bbde1c -> ee06cf030


[ZEPPELIN-3476] change description "auto-restart interpreter on cron execution"

Description "auto-restart interpreter on cron execution"  is does not quite fit in the sense.

Documentation

[ZEPPELIN-3476](https://issues.apache.org/jira/browse/ZEPPELIN-3476)

![cron_scheduler_dialog_box](https://user-images.githubusercontent.com/30798933/40646934-4d110526-6333-11e8-90d2-c4feaa1f2c3d.png)

Author: Savalek <de...@mail.ru>

Closes #2991 from Savalek/ZEPPELIN-3476 and squashes the following commits:

4916b0da9 [Savalek] [ZEPPELIN-3476] replace "close" on "stop"
d2e9c78ee [Savalek] [ZEPPELIN-3476] change description

Change-Id: Ic8a0d283268f843f0ec440b2203c027fea0ffb2b


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/ee06cf03
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/ee06cf03
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/ee06cf03

Branch: refs/heads/master
Commit: ee06cf030dd9ff83c971dfb9f47f24fb4aae55d4
Parents: f22bbde
Author: Savalek <de...@mail.ru>
Authored: Wed May 30 10:40:43 2018 +0300
Committer: Renjith Kamath <rk...@apache.org>
Committed: Wed Jun 13 14:23:42 2018 +0530

----------------------------------------------------------------------
 .../img/docs-img/cron_scheduler_dialog_box.png  | Bin 135264 -> 51362 bytes
 docs/usage/other_features/cron_scheduler.md     |   2 +-
 .../src/app/notebook/notebook-actionBar.html    |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ee06cf03/docs/assets/themes/zeppelin/img/docs-img/cron_scheduler_dialog_box.png
----------------------------------------------------------------------
diff --git a/docs/assets/themes/zeppelin/img/docs-img/cron_scheduler_dialog_box.png b/docs/assets/themes/zeppelin/img/docs-img/cron_scheduler_dialog_box.png
index 5063398..e68af7b 100644
Binary files a/docs/assets/themes/zeppelin/img/docs-img/cron_scheduler_dialog_box.png and b/docs/assets/themes/zeppelin/img/docs-img/cron_scheduler_dialog_box.png differ

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ee06cf03/docs/usage/other_features/cron_scheduler.md
----------------------------------------------------------------------
diff --git a/docs/usage/other_features/cron_scheduler.md b/docs/usage/other_features/cron_scheduler.md
index 7223045..2a835a3 100644
--- a/docs/usage/other_features/cron_scheduler.md
+++ b/docs/usage/other_features/cron_scheduler.md
@@ -45,7 +45,7 @@ You can set the cron schedule by filling in this form. Please see [Cron Trigger
 
 You can set the cron executing user by filling in this form and press the enter key.
 
-### auto-restart interpreter on cron execution
+### After execution stop the interpreter
 
 When this checkbox is set to "on", the interpreters which are binded to the notebook are stopped automatically after the cron execution. This feature is useful if you want to release the interpreter resources after the cron execution.
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ee06cf03/zeppelin-web/src/app/notebook/notebook-actionBar.html
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/notebook/notebook-actionBar.html b/zeppelin-web/src/app/notebook/notebook-actionBar.html
index c891ad0..9ae7a46 100644
--- a/zeppelin-web/src/app/notebook/notebook-actionBar.html
+++ b/zeppelin-web/src/app/notebook/notebook-actionBar.html
@@ -292,7 +292,7 @@ limitations under the License.
                 </p>
               </div>
               <div>
-                <span>- auto-restart interpreter on cron execution </span>
+                <span>- After execution stop the interpreter </span>
                 <input type="checkbox"
                        ng-model="note.config.releaseresource"
                        ng-click="setReleaseResource(note.config.releaseresource)"/>