Re: how to implements a distributed system ?

2016-03-06 Thread Ted Yu
w.r.t. akka, please see the following: [SPARK-7997][CORE] Remove Akka from Spark Core and Streaming There're various ways to design distributed system. Can you outline what your program does ? Cheers On Sun, Mar 6, 2016 at 8:35 AM, Minglei Zhang wrote: > hello, experts > > Suppose I have a lo

how to implements a distributed system ?

2016-03-06 Thread Minglei Zhang
hello, experts Suppose I have a local machine with a program contains a function with main function, in java it is public static void main, in scala ,it's def object extends App. But now, I want make it to a distributed program, how can I do and make it possible? Maybe it is a direct and simple qu