Re: Zeppelin notebook job questions

2016-01-05 Thread moon soo Lee
Hi Denny, Thanks for asking questions. Notebook scheduling feature with cron like scheduler in Zeppelin rely on quartz scheduler library (http://www.quartz-scheduler.org/). I think it's platform independent and will not be a problem on windows. Once notebook is scheduled, quartz scheduler runs t

Re: Zeppelin notebook job questions

2016-01-05 Thread Yahoo
Hi I have few questions about the notebook job behaviors: 1. It uses cron job to schedule a notebook to run. The cron job is OS dependent. It is available only in Unix/Linux system. Do you see if the Zeppelin will be ported to run in Windows? Since cron job is not available in Windows, yo