java - How to run oozie for historic dates? -


i trying run oozie coordinator historic dates such

start-date = 2013-02-01t00:00z  end-date = 2013-03-15t00:00z frequency = 1 day 

oozie should have started/materialized actions these days immediately

2013-02-01t00:00z 2013-02-02t00:00z 2013-02-03t00:00z 2013-02-04t00:00z ... ... 2013-03-15t00:00z 

but instead of oozie generating/executing 1 action per day , have wait 43 days see results. is there way execute these actions immediately?

explicit timeout control (-1) in coordinator solved problem , action gets materialized in every 5 min. can configure 5 minute interval?

<controls>     <timeout>-1</timeout> </controls> 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -