Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 7dfbd060a -> b7dfa330e


[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 <def...@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
(cherry picked from commit ee06cf030dd9ff83c971dfb9f47f24fb4aae55d4)
Signed-off-by: Renjith Kamath <rkam...@apache.org>


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

Branch: refs/heads/branch-0.8
Commit: b7dfa330e20a7420074b548a5fbce06d98a1c176
Parents: 7dfbd06
Author: Savalek <def...@mail.ru>
Authored: Wed May 30 10:40:43 2018 +0300
Committer: Renjith Kamath <rkam...@apache.org>
Committed: Wed Jun 13 14:24:08 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/b7dfa330/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/b7dfa330/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/b7dfa330/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 2229223..b4c608c 100644
--- a/zeppelin-web/src/app/notebook/notebook-actionBar.html
+++ b/zeppelin-web/src/app/notebook/notebook-actionBar.html
@@ -282,7 +282,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)"/>

Reply via email to