Hbase memstore

25 views
Skip to first unread message

Gaurav Agarwal

unread,
Jan 27, 2015, 1:22:28 PM1/27/15
to async...@googlegroups.com
Currently hbase use memstore to store the information before flushing it to hFILE.

Is there any way that i can use the Memstore to write my own key value pair and then it will get flush into HFILE. Mean to say can we use MemStore to use it in our own way.

Thanks

tsuna

unread,
Jan 27, 2015, 10:50:20 PM1/27/15
to Gaurav Agarwal, AsyncHBase
I don’t think this is in the control of the HBase client. If there’s
anything that might give you some control over this (and I’m not even
sure it does) it’s HBase coprocessors. There’s a preFlush() method on
the RegionObserver interface, but I’m not sure how much it can alter
what’s being flushed.

https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.html
--
Benoit "tsuna" Sigoure

Stack

unread,
Jan 28, 2015, 12:59:35 AM1/28/15
to Gaurav Agarwal, AsyncHBase
On Tue, Jan 27, 2015 at 10:22 AM, Gaurav Agarwal <gaurav...@gmail.com> wrote:

This does not belong on this list (this is AsyncHBase, a client of HBase, and you are asking about a serverside facility). 

Thanks,
St.Ack

Gaurav Agarwal

unread,
Jan 28, 2015, 1:04:47 AM1/28/15
to Stack, AsyncHBase
Ok please ignore this
Reply all
Reply to author
Forward
0 new messages