Hi,
Is there anyway to run multiple oozie jobs in sequence.
For example:
I have three applications, assume A1,A2,A3. A2 should trigger once A1 has completed execution and A3 should trigger once A2 has completed execution. How can this be acheived using Oozie.
Thanks.