Re: Spark in cluster [ remote.EndpointWriter: AssociationError]

2014-10-10 Thread Morbious
Sorry, but your solution doesn't work. I can see on my master port 7077 open and listening and connected workers but I don't understand why it's trying to connect itself ... => Master is running on the specific host netstat -at | grep 7077 You will get something similar to: tcp0 0

Re: Spark in cluster [ remote.EndpointWriter: AssociationError]

2014-10-10 Thread Akhil Das
Can you paste your spark-env.sh file? Looks like you have it misconfigured. Thanks Best Regards On Fri, Oct 10, 2014 at 1:43 AM, Morbious wrote: > Hi, > > Recently I've configured spark in cluster with zookeper. > I have 2 masters ( active/standby) and 6 workers. > I've begun my installation wi

Spark in cluster [ remote.EndpointWriter: AssociationError]

2014-10-09 Thread Morbious
Hi, Recently I've configured spark in cluster with zookeper. I have 2 masters ( active/standby) and 6 workers. I've begun my installation with samples from example directory. Everything worked fine when I only used memory . When I used word count example I got messages like the ones below: 14/10/