Hi,

Scheduler is disabled by default. You can enable it by adding

<property>
  <name>zeppelin.notebook.cron.enable</name>
  <value>true</value>
  <description>Notebook enable cron scheduler feature</description>
</property>

in zeppelin-site.xml

https://github.com/apache/zeppelin/pull/2821

​Thanks​

On Mon, May 28, 2018 at 8:05 PM, Renjith Kamath <rkam...@apache.org> wrote:

> Hi,
>
> Scheduler is disabled by default. You can enable it by adding
>
> <property>
>   <name>zeppelin.notebook.cron.enable</name>
>   <value>false</value>
>   <description>Notebook enable cron scheduler feature</description>
> </property>
>
> in zeppelin-site.xml
>
> https://github.com/apache/zeppelin/pull/2821
>
> ​Thanks​
>
> On Mon, May 28, 2018 at 7:41 PM, afancy <grou...@gmail.com> wrote:
>
>> Hi,
>>
>> I download the zeppelin-0.8.0-bin-all.tgz
>> <https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.8.0-rc3/zeppelin-0.8.0-bin-all.tgz>
>>  at  https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.8.0-rc3/
>>
>> But, I found that the scheduler is not in the toolbar any more. Is that I
>> could set the cron job somewhere else in Zeppelin?
>>
>> Please advise. Thanks
>>
>> /afancy
>>
>
>

Reply via email to