Re: Fwd: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString

2015-03-18 Thread Samarth Jain
. -- -- CertusNet *From:* junaid khalid junaid.kha...@platalytics.com *Date:* 2015-03-16 16:50 *To:* user user@phoenix.apache.org *Subject:* Fwd: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString i have a spark program in which

Re: Fwd: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString

2015-03-18 Thread Josh Mahonin
: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString i have a spark program in which it connects to hbase using phoenix and upserts record in hbase table. It runs fine when run through spark-submit command and work as expected. But when I run it through oozie, it gives following exception

Re: Fwd: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString

2015-03-17 Thread Andrew Purtell
*Date:* 2015-03-16 16:50 *To:* user user@phoenix.apache.org *Subject:* Fwd: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString i have a spark program in which it connects to hbase using phoenix and upserts record in hbase table. It runs fine when run through spark-submit

Re: Fwd: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString

2015-03-16 Thread junaid khalid
*Subject:* Fwd: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString i have a spark program in which it connects to hbase using phoenix and upserts record in hbase table. It runs fine when run through spark-submit command and work as expected. But when I run it through oozie

Fwd: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString

2015-03-16 Thread junaid khalid
i have a spark program in which it connects to hbase using phoenix and upserts record in hbase table. It runs fine when run through spark-submit command and work as expected. But when I run it through oozie, it gives following exception. While running submitting through oozie, if spark is run in

Re: Fwd: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString

2015-03-16 Thread Fulin Sun
Hi, Did you add hbase-protocol.jar into your application classpath? Do you find some version incompatibility between your client and server? Thanks, Sun. CertusNet From: junaid khalid Date: 2015-03-16 16:50 To: user Subject: Fwd: java.lang.IllegalAccessError: com/google/protobuf