How to auto rerun of failed action in oozie?
问题 How can I re-run any action which was failed in the workflow automatically? I know the way to rerun manually from command line or thorough hue. $oozie job -rerun ... Is there any parameter we can set or provide in workflow to retry automatically when action fails? 回答1: Most of the time, when an action fails in the Oozie workflow, you need to debug and fix the error and rerun the workflow. But there are times, when you want Oozie to retry the action after an interval, for fixed number of times