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 50633983b2e..e68af7b219e 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 diff --git a/docs/usage/other_features/cron_scheduler.md b/docs/usage/other_features/cron_scheduler.md index 7223045bff8..2a835a3df6a 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. diff --git a/zeppelin-web/src/app/notebook/notebook-actionBar.html b/zeppelin-web/src/app/notebook/notebook-actionBar.html index 22292239738..b4c608c0136 100644 --- a/zeppelin-web/src/app/notebook/notebook-actionBar.html +++ b/zeppelin-web/src/app/notebook/notebook-actionBar.html @@ -282,7 +282,7 @@

- - auto-restart interpreter on cron execution + - After execution stop the interpreter