I am submitting a oozie workflow, I designed in Hue and it contains a few java actions.
Hue submits and attempts to execute the oozie workflow, I always get the following error.
Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.JavaMain], main() threw exception, begin > end in range (begin, end) Caused by java.lang.IllegalArgumentException: begin > end in range (begin, end): (1399708804155, 1399694415805) I have no clue as to what it means and what I am supposed to do about it. From the error message, I am able to infer that the submission time of the workflow happens later than the completion time.
But I don't know what is causing this and what I need to do to fix this.
Any inputs on this will be helpful.