You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Alex Ott <al...@gmail.com> on 2020/05/02 18:11:56 UTC

Re: Scheduler in Zeppelin 0.9

Jeff, do we have a document that describes changed behavior? Maybe it makes
sense to create such for 0.9 release?

Jeff Zhang  at "Mon, 20 Apr 2020 13:17:25 +0800" wrote:
 JZ> 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
 JZ> the notes enable cron.
 JZ> <property>
 JZ>   <name>zeppelin.notebook.cron.folders</name>
 JZ>   <value>/</value>
 JZ>   <description>Notebook cron folders</description>
 JZ> </property>

 JZ> christophk <ch...@gerresheimer.com> 于2020年4月20日周一下午1:14写道:

 JZ>     I enabe with in the zeppelin-site.xml the cron scheduler with:
 JZ>     <property>
 JZ>       <name>zeppelin.notebook.cron.enable</name>
 JZ>       <value>true</value>
 JZ>       <description>Notebook enable cron scheduler feature</description>
 JZ>     </property>
 JZ>     <property>
 JZ>       <name>zeppelin.notebook.cron.folders</name>
 JZ>       <value>*</value>
 JZ>       <description>Notebook cron folders</description>
 JZ>     </property>
 JZ>    
 JZ>     In the zeppelin 0.8.X was a clock button in the notebooks available.
 JZ>     In the current zeppelin 0.9.0 this clock symbol is not visible after
 JZ>     activation of the cron scheduler (and restart).

 JZ>     --
 JZ>     Sent from: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/



-- 
With best wishes,                    Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)

Re: Scheduler in Zeppelin 0.9

Posted by Alex Ott <al...@gmail.com>.
I think that it could be ok, if we just add a link to it to quickstart
doc...

On Sun, May 3, 2020 at 1:11 AM Jeff Zhang <zj...@gmail.com> wrote:

> It is here,
> http://zeppelin.apache.org/docs/0.9.0-preview1/setup/operation/upgrading.html#upgrading-from-zeppelin-08-to-09
> But you are right, I think we need to highlight it, maybe move it to quick
> start
>
> Alex Ott <al...@gmail.com> 于2020年5月3日周日 上午2:12写道:
>
>> Jeff, do we have a document that describes changed behavior? Maybe it
>> makes
>> sense to create such for 0.9 release?
>>
>> Jeff Zhang  at "Mon, 20 Apr 2020 13:17:25 +0800" wrote:
>>  JZ> 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
>>  JZ> the notes enable cron.
>>  JZ> <property>
>>  JZ>   <name>zeppelin.notebook.cron.folders</name>
>>  JZ>   <value>/</value>
>>  JZ>   <description>Notebook cron folders</description>
>>  JZ> </property>
>>
>>  JZ> christophk <ch...@gerresheimer.com>
>> 于2020年4月20日周一下午1:14写道:
>>
>>  JZ>     I enabe with in the zeppelin-site.xml the cron scheduler with:
>>  JZ>     <property>
>>  JZ>       <name>zeppelin.notebook.cron.enable</name>
>>  JZ>       <value>true</value>
>>  JZ>       <description>Notebook enable cron scheduler
>> feature</description>
>>  JZ>     </property>
>>  JZ>     <property>
>>  JZ>       <name>zeppelin.notebook.cron.folders</name>
>>  JZ>       <value>*</value>
>>  JZ>       <description>Notebook cron folders</description>
>>  JZ>     </property>
>>  JZ>
>>  JZ>     In the zeppelin 0.8.X was a clock button in the notebooks
>> available.
>>  JZ>     In the current zeppelin 0.9.0 this clock symbol is not visible
>> after
>>  JZ>     activation of the cron scheduler (and restart).
>>
>>  JZ>     --
>>  JZ>     Sent from:
>> http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/
>>
>>
>>
>> --
>> With best wishes,                    Alex Ott
>> http://alexott.net/
>> Twitter: alexott_en (English), alexott (Russian)
>>
>
>
> --
> Best Regards
>
> Jeff Zhang
>


-- 
With best wishes,                    Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)

Re: Scheduler in Zeppelin 0.9

Posted by Jeff Zhang <zj...@gmail.com>.
It is here,
http://zeppelin.apache.org/docs/0.9.0-preview1/setup/operation/upgrading.html#upgrading-from-zeppelin-08-to-09
But you are right, I think we need to highlight it, maybe move it to quick
start

Alex Ott <al...@gmail.com> 于2020年5月3日周日 上午2:12写道:

> Jeff, do we have a document that describes changed behavior? Maybe it makes
> sense to create such for 0.9 release?
>
> Jeff Zhang  at "Mon, 20 Apr 2020 13:17:25 +0800" wrote:
>  JZ> 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
>  JZ> the notes enable cron.
>  JZ> <property>
>  JZ>   <name>zeppelin.notebook.cron.folders</name>
>  JZ>   <value>/</value>
>  JZ>   <description>Notebook cron folders</description>
>  JZ> </property>
>
>  JZ> christophk <ch...@gerresheimer.com>
> 于2020年4月20日周一下午1:14写道:
>
>  JZ>     I enabe with in the zeppelin-site.xml the cron scheduler with:
>  JZ>     <property>
>  JZ>       <name>zeppelin.notebook.cron.enable</name>
>  JZ>       <value>true</value>
>  JZ>       <description>Notebook enable cron scheduler
> feature</description>
>  JZ>     </property>
>  JZ>     <property>
>  JZ>       <name>zeppelin.notebook.cron.folders</name>
>  JZ>       <value>*</value>
>  JZ>       <description>Notebook cron folders</description>
>  JZ>     </property>
>  JZ>
>  JZ>     In the zeppelin 0.8.X was a clock button in the notebooks
> available.
>  JZ>     In the current zeppelin 0.9.0 this clock symbol is not visible
> after
>  JZ>     activation of the cron scheduler (and restart).
>
>  JZ>     --
>  JZ>     Sent from:
> http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/
>
>
>
> --
> With best wishes,                    Alex Ott
> http://alexott.net/
> Twitter: alexott_en (English), alexott (Russian)
>


-- 
Best Regards

Jeff Zhang