Can you use JobControl in Oozie Java action to start a sequence of jobs? And do you find it "natural"?
I'm having a sequence of jobs where output of one job is input to another and I'm considering using JobControl to organize the job flow and Oozie to start the job from a node in the cluster (not from the client) and to perform scheduling of jobs. On the other hand, I don't want to organize a complicated workflow using Oozie, that is why I want to run a single Java action.