Created 04-24-2017 11:02 AM
Is scheduler supported through Zeppelin in HDP 2.5.3 and/or HDP 2.6?
Created on 04-24-2017 05:23 PM - edited 08-17-2019 09:18 PM
Yes, I do see an option in HDP 2.6 Zeppelin (v0.7.0) to schedule a note based on cron. You can go to any notebook and click on clock icon to setup scheduling.
I believe this is what you were looking for.
Hope this helps.
Created 04-24-2017 05:54 PM
Hi Vipin,
This feature also exists in HDP 2.5.3. The question is if it is actually supported.
Created 05-19-2017 12:05 AM
Is there a way to disable scheduler and not show button on the page?
Created 09-12-2017 02:39 PM
Have you disabled scheduler somehow? The problem is that any user can run scheduler as a user running Zeppelin.
I am afraid that the only option is interference into the source code.
Created 03-08-2018 05:04 AM
This feature in not supported in any version of HDP so far.
Here is the doc from the latest HDP-2.6.4
Refer section: 4.2.4 Using the Note Toolbar.
It says "Schedule the execution of all paragraphs using CRON syntax. This feature is not currently operational. If you need to schedule Spark jobs, consider using Oozie Spark action."
We recently opened ZEPPELIN-3271 to provide a way to disable this feature to avoid risks.
Created 10-09-2018 01:35 PM
It is recommended to disable the cron in zeppelin as there is no validation if the user is allowed to run as the hive/hdfs or any other user specified in the cron field, meaning any user can set it to be run as any user. disbale is possible from 2.6.5, for previous versiosn please engage the hortonworks support.