Oozie , . , , . workflow.xml coordinator.xml. cron- . , 2 .
[xml]
<coordinator-app name="weekdays-at-two-am"
frequency="0 2 * * 2-6"
start="${start}" end="${end}" timezone="UTC"
xmlns="uri:oozie:coordinator:0.2">
<action>
<workflow>
<app-path>${workflowAppUri}</app-path>
<configuration>
<property>
<name>jobTracker</name>
<value>${jobTracker}</value>
</property>
<property>
<name>nameNode</name>
<value>${nameNode}</value>
</property>
<property>
<name>queueName</name>
<value>${queueName}</value>
</property>
</configuration>
</workflow>
</action>
</coordinator-app>
[/xml]
Coordinator-app, cron- , Oozie, . for . "cron-like", : 1-7 (1 - ), 0-6, cron.
: http://hortonworks.com/blog/new-in-hdp-2-more-powerful-scheduling-options-in-oozie/