Skip to content

Commit 6adf622

Browse files
sh1nj1Reamer
authored andcommitted
[ZEPPELIN-3271] add shiro setup for cron feature in docs
### What is this PR for? This PR adds description of another condition to enable Cron feature in documentation. It is hard to know that is is required to configure Shiro authentication to enable Cron feature. ### What type of PR is it? Documentation ### Todos ### What is the Jira issue? * [ZEPPELIN-3271] ### How should this be tested? * `bundle exec jekyll serve --watch` and check the documentation updated. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4922 from sh1nj1/docs/enhance-cron-scheduler. Signed-off-by: Philipp Dallig <[email protected]> (cherry picked from commit a656888) Signed-off-by: Philipp Dallig <[email protected]>
1 parent 81cb989 commit 6adf622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/other_features/cron_scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When this checkbox is set to "on", the interpreters which are binded to the note
5353
5454
### Enable cron
5555

56-
Set property **zeppelin.notebook.cron.enable** to **true** in `$ZEPPELIN_HOME/conf/zeppelin-site.xml` to enable Cron feature.
56+
Set property **zeppelin.notebook.cron.enable** to **true** in `$ZEPPELIN_HOME/conf/zeppelin-site.xml` and you have to set up [Shiro Authentication](../../setup/security/shiro_authentication.html) also to enable Cron feature.
5757

5858
### Run cron selectively on folders
5959

0 commit comments

Comments
 (0)