I am trying to rerun an oozie co-ordinator action using below command.
oozie job -rerun <co-ordinator id> -action <action id> -Doozie.wf.rerun.fail.nodes=true
But it is executing the action from the beginning instead of executing it from the point of failed node. Coordinator is neglecting 'oozie.wf.rerun.fail.nodes=true' option. Do I miss to provide some options?
-Doozie.wf.rerun.failnodes=true
and see if is solves. – Queenstown