Re: Cron jobs

2016-08-15 Thread Jayant Raj
t; Prasad > > On Mon, Aug 15, 2016 at 2:04 PM, Jayant Raj wrote: > >> Hi All, >> I noticed there is a scheduler button on Zeppelin notebooks to >> periodically run the notebook. Can we schedule jobs (execute notebook code) >> without keeping the browser Zeppelin tab

Cron jobs

2016-08-15 Thread Jayant Raj
Hi All, I noticed there is a scheduler button on Zeppelin notebooks to periodically run the notebook. Can we schedule jobs (execute notebook code) without keeping the browser Zeppelin tab open? Thanks. Jayant

Change default interpreter to pyspark

2016-07-18 Thread Jayant Raj
Zeppelin has the Scala interpreter assigned as the default for Spark notebooks. This default setting creates an additional step if you are to write code using PySpark. You will need to insert a %pyspark at the beginning of each row of the notebook, for Zeppelin to understand that this is PySpark co