Re: spark standalone High availibilty issues

2016-06-15 Thread dhruve ashar
NoMethodFound seems that you are using incompatible versions of jars. Check your dependencies, they might be outdated. Updating the version or getting the right ones usually solves this issue. On Wed, Jun 15, 2016 at 9:04 AM, Jacek Laskowski wrote: > Can you post the error? > > Jacek > On 14 J

Re: spark standalone High availibilty issues

2016-06-15 Thread Jacek Laskowski
Can you post the error? Jacek On 14 Jun 2016 10:56 p.m., "Darshan Singh" wrote: > Hi, > > I am using standalone spark cluster and using zookeeper cluster for the > high availbilty. I am getting sometimes error when I start the master. The > error is related to Leader election in curator and says

spark standalone High availibilty issues

2016-06-14 Thread Darshan Singh
Hi, I am using standalone spark cluster and using zookeeper cluster for the high availbilty. I am getting sometimes error when I start the master. The error is related to Leader election in curator and says that noMethod found (getProcess) and master doesnt get started. Just wondering what could