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 that into HFILE. Mean to say can we use MemStore to use it in our own way. Thanks
