There's one bug in 0.8, in 0.9 we remove the regular expression support, you need to set zeppelin.notebook.cron.folders to be /, so that all the notes enable cron. <property> <name>zeppelin.notebook.cron.folders</name> <value>/</value> <description>Notebook cron folders</description> </property>
christophk <[email protected]> 于2020年4月20日周一 下午1:14写道: > I enabe with in the zeppelin-site.xml the cron scheduler with: > <property> > <name>zeppelin.notebook.cron.enable</name> > <value>true</value> > <description>Notebook enable cron scheduler feature</description> > </property> > <property> > <name>zeppelin.notebook.cron.folders</name> > <value>*</value> > <description>Notebook cron folders</description> > </property> > > In the zeppelin 0.8.X was a clock button in the notebooks available. > In the current zeppelin 0.9.0 this clock symbol is not visible after > activation of the cron scheduler (and restart). > > > > > -- > Sent from: > http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/ > -- Best Regards Jeff Zhang
