Re: Quetions about Actor model of Computation.

2016-03-08 Thread Minglei Zhang
> > On Tue, Mar 8, 2016 at 4:49 AM, Minglei Zhang <minglei...@gmail.com> > wrote: > >> hello, experts. >> >> I am a student. and recently, I read a paper about *Actor Model of >> Computation:Scalable Robust Information System*. In the paper I am >>

Quetions about Actor model of Computation.

2016-03-08 Thread Minglei Zhang
hello, experts. I am a student. and recently, I read a paper about *Actor Model of Computation:Scalable Robust Information System*. In the paper I am trying to understand it's concept. But with the following sentence makes me confusing. # Messages are the unit of communication *1* Reference

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

Does anyone have spark code style guide xml file ?

2016-03-01 Thread Minglei Zhang
Hello, Appreciate if you have xml file with the following style code ? https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide thanks.