Hi All,
I have oozie installation as part of the cloudera installation.
I'm trying to execute the coordinator workflow from the example with the
following configuration in the coordinator.xml.
<coordinator-app name="cron-coord" frequency="${coord:minutes(60)}"
start="${start}" end="${end}" timezone="UTC" xmlns="uri:oozie:coordinator:0.2">
With this configuration i expected the workflow to be executed every 1 hour ,
but it seems that the workflow has been executed every 5 minutes as you can
see in the following picture , does anyone have answer for this issue?
[https://lh4.googleusercontent.com/-WLbKLOFEprk/UH_ubRqjFZI/AAAAAAAAETI/Ny5sL9kpBlY/s320/2012-10-18_1354.png]<https://lh4.googleusercontent.com/-WLbKLOFEprk/UH_ubRqjFZI/AAAAAAAAETI/Ny5sL9kpBlY/s1600/2012-10-18_1354.png>
Thanks,
Shay