uh_big_mike_boi
uh_big_mike_boi

Reputation: 3470

Automate zeppelin notebooks

Hi I just watched a databricks webinar where they are automating a databricks notebook and they have a dependent jar that the notebook is dependant on as well. Can you do this Zeppelin? Like calling the script in a notebook from a bash script. To execute the notebook like a script. I would like to use my notebooks in the production environment in this manner.

Upvotes: 0

Views: 3884

Answers (1)

uh_big_mike_boi
uh_big_mike_boi

Reputation: 3470

You can add a cron job and use the Rest API. This is a link for creating a cron job. https://zeppelin.apache.org/docs/0.7.0/rest-api/rest-notebook.html#add-cron-job

Upvotes: 3

Related Questions