Re: what is the role of ProtoBuffer while creating of instance of Table/Htable

2017-12-10 Thread Jerry He
As Stack said. You can try the hbase-shaded-client if you can not upgrade your protobuf version. Thanks. On Tue, Dec 5, 2017 at 10:00 AM Stack wrote: > On Mon, Dec 4, 2017 at 10:10 PM, Manjeet Singh > > wrote: > > > Thanks for your reply, I have

Re: what is the role of ProtoBuffer while creating of instance of Table/Htable

2017-12-05 Thread Stack
On Mon, Dec 4, 2017 at 10:10 PM, Manjeet Singh wrote: > Thanks for your reply, I have two different projects which took records > from Hbase > 1 Project is spark job and using solr for free text search -Here we are > using ProtoBuff > 2 Project is for pointed access

Re: what is the role of ProtoBuffer while creating of instance of Table/Htable

2017-12-04 Thread Manjeet Singh
Thanks for your reply, I have two different projects which took records from Hbase 1 Project is spark job and using solr for free text search -Here we are using ProtoBuff 2 Project is for pointed access (where I know exact rowkey)- Here we are not using ProtoBuff and we are getting Exception here

Re: what is the role of ProtoBuffer while creating of instance of Table/Htable

2017-12-04 Thread Stack
HBase uses pb2.5.0. Is it an incompatibility between 2.4.1 and 2.5.0 pb? If you look at classpath, is your projects 2.4.1 pb jar coming ahead of the hbase pb jar? Thanks, S On Sun, Dec 3, 2017 at 10:52 AM, Manjeet Singh wrote: > Hi All, > > I am facing one issue

what is the role of ProtoBuffer while creating of instance of Table/Htable

2017-12-03 Thread Manjeet Singh
Hi All, I am facing one issue where I have two different DAL in one project i.e. 1. DAL simply build using java and Native API. 2. Spark Job using Java and Native API. (Also using protocol buffer in this project) In our Project the second one is having ( the spark job one) implementation of