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 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 that noMethod found
>> (getProcess) and master doesnt get started.
>>
>> Just wondering what could be causing the issue.
>>
>> I am using same zookeeper cluster for HDFS High availability and it is
>> working just fine.
>>
>>
>> Thanks
>>
>


-- 
-Dhruve Ashar


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 that noMethod found
> (getProcess) and master doesnt get started.
>
> Just wondering what could be causing the issue.
>
> I am using same zookeeper cluster for HDFS High availability and it is
> working just fine.
>
>
> Thanks
>


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 be causing the issue.

I am using same zookeeper cluster for HDFS High availability and it is
working just fine.


Thanks