You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.