Skip to content

Commit

Permalink
[ZEPPELIN-3476] replace "close" on "stop"
Browse files Browse the repository at this point in the history
  • Loading branch information
Savalek committed May 30, 2018
1 parent d2e9c78 commit 4916b0d
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.

### After execution close the interpreter
### 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 @@ -281,7 +281,7 @@ <h3>
</p>
</div>
<div>
<span>- After execution close the interpreter </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 4916b0d

Please sign in to comment.