We want to automate a very simple instruction the we currently do by hand through HUE:
in Oozie Job Browser, go through running Schedules, find any Killed workflow, click on it, select “Rerun -> All or skip successful -> Submit”.
The straightforward way would be doing that directly through oozie, but it would require playing around with the right config files and storing the run states somewhere.
An alternative question – maybe it would be possible (and much simpler) to just automate the calls through HUE’s API?