I tried --jars which supposedly does that but that did not work.
On Fri, Jan 22, 2016 at 4:33 PM Ajinkya Kale wrote:
> Hi Ted,
> Is there a way for the executors to have the hbase-protocol jar on their
> classpath ?
>
> On Fri, Jan 22, 2016 at 4:00 PM Ted Yu wrote:
>
>> The class path formation
Hi Ted,
Is there a way for the executors to have the hbase-protocol jar on their
classpath ?
On Fri, Jan 22, 2016 at 4:00 PM Ted Yu wrote:
> The class path formations on driver and executors are different.
>
> Cheers
>
> On Fri, Jan 22, 2016 at 3:25 PM, Ajinkya Kale
> wrote:
>
>> Is this issue
The class path formations on driver and executors are different.
Cheers
On Fri, Jan 22, 2016 at 3:25 PM, Ajinkya Kale wrote:
> Is this issue only when the computations are in distributed mode ?
> If I do (pseudo code) :
> rdd.collect.call_to_hbase I dont get this error,
>
> but if I do :
> rdd
Is this issue only when the computations are in distributed mode ?
If I do (pseudo code) :
rdd.collect.call_to_hbase I dont get this error,
but if I do :
rdd.call_to_hbase.collect it throws this error.
On Wed, Jan 20, 2016 at 6:50 PM Ajinkya Kale wrote:
> Unfortunately I cannot at this moment
Unfortunately I cannot at this moment (not a decision I can make) :(
On Wed, Jan 20, 2016 at 6:46 PM Ted Yu wrote:
> I am not aware of a workaround.
>
> Can you upgrade to 0.98.4+ release ?
>
> Cheers
>
> On Wed, Jan 20, 2016 at 6:26 PM, Ajinkya Kale
> wrote:
>
>> Hi Ted,
>>
>> Thanks for respo
I am not aware of a workaround.
Can you upgrade to 0.98.4+ release ?
Cheers
On Wed, Jan 20, 2016 at 6:26 PM, Ajinkya Kale wrote:
> Hi Ted,
>
> Thanks for responding.
> Is there a work around for 0.98.0 ? Adding the hbase-protocol jar to
> HADOOP_CLASSPATH didnt work for me.
>
> On Wed, Jan 20,
Hi Ted,
Thanks for responding.
Is there a work around for 0.98.0 ? Adding the hbase-protocol jar to
HADOOP_CLASSPATH didnt work for me.
On Wed, Jan 20, 2016 at 6:14 PM Ted Yu wrote:
> 0.98.0 didn't have fix from HBASE-8
>
> Please upgrade your hbase version and try again.
>
> If still there
0.98.0 didn't have fix from HBASE-8
Please upgrade your hbase version and try again.
If still there is problem, please pastebin the stack trace.
Thanks
On Wed, Jan 20, 2016 at 5:41 PM, Ajinkya Kale wrote:
>
> I have posted this on hbase user list but i thought makes more sense on
> spark