This is an automated email from the ASF dual-hosted git repository. pdallig pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.12 by this push: new 6adf622ae0 [ZEPPELIN-3271] add shiro setup for cron feature in docs 6adf622ae0 is described below commit 6adf622ae057ec8f6a4a42dd25b718ac142a190e Author: Soonoh <chk0ndan...@gmail.com> AuthorDate: Tue Jun 3 22:03:29 2025 +0900 [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 <philipp.dal...@gmail.com> (cherry picked from commit a6568889a3db5fe7dd94e86301336c676bc48cfa) Signed-off-by: Philipp Dallig <philipp.dal...@gmail.com> --- docs/usage/other_features/cron_scheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/other_features/cron_scheduler.md b/docs/usage/other_features/cron_scheduler.md index a505c0ace3..36958e6fe8 100644 --- a/docs/usage/other_features/cron_scheduler.md +++ b/docs/usage/other_features/cron_scheduler.md @@ -53,7 +53,7 @@ When this checkbox is set to "on", the interpreters which are binded to the note ### Enable cron -Set property **zeppelin.notebook.cron.enable** to **true** in `$ZEPPELIN_HOME/conf/zeppelin-site.xml` to enable Cron feature. +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. ### Run cron selectively on folders