Skip to content

Commit

Permalink
[ZEPPELIN-3476] change description
Browse files Browse the repository at this point in the history
  • Loading branch information
Savalek committed May 29, 2018
1 parent c5c1b77 commit d2e9c78
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 close 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 @@ -281,7 +281,7 @@ <h3>
</p>
</div>
<div>
<span>- auto-restart interpreter on cron execution </span>
<span>- After execution close the interpreter </span>
<input type="checkbox"
ng-model="note.config.releaseresource"
ng-click="setReleaseResource(note.config.releaseresource)"/>
Expand Down

0 comments on commit d2e9c78

Please sign in to comment.