Skip to content

Commit

Permalink
[ZEPPELIN-3476] change description "auto-restart interpreter on cron …
Browse files Browse the repository at this point in the history
…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 <def113@mail.ru>

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

4916b0d [Savalek] [ZEPPELIN-3476] replace "close" on "stop"
d2e9c78 [Savalek] [ZEPPELIN-3476] change description

Change-Id: Ic8a0d283268f843f0ec440b2203c027fea0ffb2b
(cherry picked from commit ee06cf0)
Signed-off-by: Renjith Kamath <rkamath@apache.org>
  • Loading branch information
Savalek authored and mckartha committed Aug 9, 2018
1 parent fa45142 commit d5ddf63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/usage/other_features/cron_scheduler.md
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion zeppelin-web/src/app/notebook/notebook-actionBar.html
Expand Up @@ -282,7 +282,7 @@ <h3>
</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)"/>
Expand Down

0 comments on commit d5ddf63

Please sign in to comment.