
Radek Ostrowski • over 7 years ago
How can I schedule the execution of a Spark notebook?
I would like the notebook to be executed automatically (e.g. daily), is it possible? I couldn't find any information on it.
Comments are closed.
Radek Ostrowski • over 7 years ago
I would like the notebook to be executed automatically (e.g. daily), is it possible? I couldn't find any information on it.
Comments are closed.
1 comment
Serena Pietruszka Manager • over 7 years ago
Hi Radek,
Thanks for your question. Currently, there is no way to automate execution of Notebooks via an API. If you wanted to do this you could either use a browser automation software (like Selenium) to play back the user clicks, or wait for Spark-Submit to be available (which should be soon).
Hope this helps!
Serena