Re: Why no computations run on workers/slaves in cluster mode?

2016-02-18 Thread Gourav Sengupta
Hi, Have you registered an application in the standalone cluster? This can also happen if the data path that you are giving SPARK to access is only visible in one system and not another. For example if I provide the data path as "/abcd/*" and that path is available in only one system and not

Re: Why no computations run on workers/slaves in cluster mode?

2016-02-18 Thread Xiangrui Meng
Did the test program finish and did you see any error messages from the console? -Xiangrui On Wed, Feb 17, 2016, 1:49 PM Junjie Qian wrote: > Hi all, > > I am new to Spark, and have one problem that, no computations run on > workers/slave_servers in the standalone

Why no computations run on workers/slaves in cluster mode?

2016-02-17 Thread Junjie Qian
Hi all, I am new to Spark, and have one problem that, no computations run on workers/slave_servers in the standalone cluster mode. The Spark version is 1.6.0, and environment is CentOS. I run the example codes, e.g.