Oozie coordinator action rerun from fail nodes Oozie coordinator action rerun from fail nodes hadoop hadoop

Oozie coordinator action rerun from fail nodes


For Oozie Coordinator rerun,

Use -failed flag which re-runs the failed workflow actions of the coordinator actions that are passed in -action.

oozie job -rerun <co-ordinator id> -failed -action <action id>

The property -Doozie.wf.rerun.failnodes=true is used for rerunning workflows.