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 <minglei...@gmail.com> wrote:

> 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 question I
> ask. But I want to know it's idea. I think may be it's the right way to
> implement it with some components called Master and  Work and Client just
> like in Spark Project. And these components's talk to each other with the
> akka mechanism. Am I right ? Experts ?
>
> thanks,
> Minglei.
>

Reply via email to