Multiple Spark taks with Akka FSM

2016-03-09 Thread Andrés Ivaldi
Hello, I'd like to know if this architecture is correct or not. We are studying Spark as our ETL engine, we have a UI designer for the graph, this give us a model that we want to translate in the corresponding Spark executions. What brings to us Akka FSM, Using same sparkContext for all actors, we

Re: Multiple Spark taks with Akka FSM

2016-03-09 Thread Andrés Ivaldi
My Mistake, It's not Akka FSM is Akka Flow Graphs On Wed, Mar 9, 2016 at 1:46 PM, Andrés Ivaldi wrote: > Hello, > > I'd like to know if this architecture is correct or not. We are studying > Spark as our ETL engine, we have a UI designer for the graph, this give us > a model that we want to tra