RE: spark standalone with multiple workers gives a warning

2016-10-07 Thread Mendelson, Assaf
] Sent: Thursday, October 06, 2016 9:07 PM To: Mendelson, Assaf Cc: user@spark.apache.org Subject: Re: spark standalone with multiple workers gives a warning The slaves should connect to the master using the scripts in sbin... You can read about it here: http://spark.apache.org/docs/latest/spark

Re: spark standalone with multiple workers gives a warning

2016-10-06 Thread Ofer Eliassaf
The slaves should connect to the master using the scripts in sbin... You can read about it here: http://spark.apache.org/docs/latest/spark-standalone.html On Thu, Oct 6, 2016 at 6:46 PM, Mendelson, Assaf wrote: > Hi, > > I have a spark standalone cluster. On it, I am using 3 workers per node. >