Hi all, Today, I do some put operation on hbase , and then I shutdown hbase, when I restart it again, find that all the data I put in just now is lost.
I guess because hbase first write the data in memstore rather than filestore, so how can I flush memstore to filestore ? Is there any command for this purpose ? Thank you Jeff Zhang