Yes, but what I show can be done in one Spark job.
On Wed, Jul 16, 2014 at 5:01 AM, Wei Tan <w...@us.ibm.com> wrote: > Thanks Sean. In Oozie you can use fork-join, however using Oozie to drive > Spark jobs, jobs will not be able to share RDD (Am I right? I think multiple > jobs submitted by Oozie will have different context). > > Wonder if Spark wants to add more workflow feature in future.