HBase custom filter protocol buffers

2014-09-09 Thread Kevin
Hi, I'm making the switch from 0.92.1 to 0.98.1, and I'm in the process of updating all my custom filters to conform to the new HBase Filter API. I have quite a few custom filters, so my question is: Must I create a custom protocol buffer for each of my filters or I can reuse the custom logic

Re: HBase custom filter protocol buffers

2014-09-09 Thread Ted Yu
For each of your filters that carries custom information (limit, range, etc), you need to create corresponding protobuf entity. See hbase-protocol/src/main/protobuf/Filter.proto for examples. Cheers On Tue, Sep 9, 2014 at 12:55 PM, Kevin kevin.macksa...@gmail.com wrote: Hi, I'm making the

Re: Hbase custom filter

2012-05-02 Thread yonghu
-- View this message in context: http://old.nabble.com/Hbase-custom-filter-tp33763367p33763367.html Sent from the HBase User mailing list archive at Nabble.com.

Re: Hbase custom filter

2012-05-02 Thread Igal Shilman
in context: http://old.nabble.com/Hbase-custom-filter-tp33763367p33763367.html Sent from the HBase User mailing list archive at Nabble.com.

Re: Hbase Custom Filter org.apache.hadoop.hbase.client.RetriesExhaustedException

2011-10-25 Thread Faisal
, 2011 9:02 PM Subject: Re: Hbase Custom Filter org.apache.hadoop.hbase.client.RetriesExhaustedException Your filter is on client and serverside? (You restarted server?).  You may also need to add it to HbaseObjectWritable (see list of classes herein). Enabling rpc logging can also help these kinda

Hbase Custom Filter org.apache.hadoop.hbase.client.RetriesExhaustedException

2011-10-24 Thread Faisal
Hi, I just created and deployed customFilter. Now while em trying to use my custom filter. I have already added the customFilter's jar file in project and also set the path for  'hbase-env.sh' but still I got following exceptions I get exception Exception in thread main