You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by christophk <ch...@gerresheimer.com> on 2020/04/19 18:33:13 UTC

Re: Scheduler in Zeppelin 0.9

Hi all,
I use zeppelin 0.9 as well.
I try to activate cron by enable it in zeppelin-site.xml but it does not
work like in prev. versions.
Any idears?
Thanks
Chris



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

Re: Scheduler in Zeppelin 0.9

Posted by christophk <ch...@gerresheimer.com>.
Thanks. Problem is solved.



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

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

Re: Scheduler in Zeppelin 0.9

Posted by Alex Ott <al...@gmail.com>.
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 Jeff Zhang <zj...@gmail.com>.
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 <ch...@gerresheimer.com> 于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

Re: Scheduler in Zeppelin 0.9

Posted by christophk <ch...@gerresheimer.com>.
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/

RE: Scheduler in Zeppelin 0.9

Posted by Bapst Curdin <cu...@pilatus-aircraft.com>.
Hi Jeff

Sorry, that I directly write you. I originally signed up to this helpletter for one specific problem. Now I want to unsubscribe. Can you tell me how to do so?

Thanks!
Curdin


Curdin Andri Bapst<https://inside.pilatus-aircraft.com/?navact=212&prgparam=detail&uid=13854>, ERM
Phone: 3146<tel:3146>




Follow us on social media

[cid:image87c05d.PNG@deec32ee.4b9334da]<https://www.facebook.com/pilatusaircraft> [cid:image693f77.PNG@93b64b9b.4c94ed00] <https://twitter.com/pilatusaircraft>  [cid:image2b19d6.PNG@cc3e9b27.49a1c814] <https://www.youtube.com/user/PilatusAircraftLtd>  [cid:imagec73fae.PNG@7f742d8a.4c9ba61d] <https://www.instagram.com/pilatusaircraftltd>  [cid:image61c7c5.PNG@cb422e34.44b3996f] <https://www.linkedin.com/company/pilatus-aircraft-ltd>  [cid:image6ceed2.PNG@8b13ea30.428845fe] <https://www.xing.com/companies/pilatusflugzeugwerkeag>

***DISCLAIMER***
This message and any attachment are confidential, privileged or otherwise protected from disclosure. If you have received this transmission in error, please notify the sender and delete the message and any attachment immediately. Pilatus Aircraft Ltd.

From: Jeff Zhang <zj...@gmail.com>
Sent: 20 April 2020 01:07
To: users <us...@zeppelin.apache.org>
Cc: Zeppelin Users <us...@zeppelin.incubator.apache.org>
Subject: Re: Scheduler in Zeppelin 0.9

What do you mean doesn't work like pre version ? Could you provide more details ?


christophk <ch...@gerresheimer.com>> 于2020年4月20日周一 上午2:33写道:
Hi all,
I use zeppelin 0.9 as well.
I try to activate cron by enable it in zeppelin-site.xml but it does not
work like in prev. versions.
Any idears?
Thanks
Chris



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


--
Best Regards

Jeff Zhang

Re: Scheduler in Zeppelin 0.9

Posted by Jeff Zhang <zj...@gmail.com>.
What do you mean doesn't work like pre version ? Could you provide more
details ?


christophk <ch...@gerresheimer.com> 于2020年4月20日周一 上午2:33写道:

> Hi all,
> I use zeppelin 0.9 as well.
> I try to activate cron by enable it in zeppelin-site.xml but it does not
> work like in prev. versions.
> Any idears?
> Thanks
> Chris
>
>
>
> --
> Sent from:
> http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/
>


-- 
Best Regards

Jeff Zhang