Shut it down cleanly (./bin/stop-hbase.sh). My guess is that you are killing it before it has chance to flush its in-memory state.
HBase questions will get more timely response if posted to the hbase lists (see hbase.org). Yours, St.Ack St.Ack On Wed, Sep 30, 2009 at 9:22 AM, Something Something <[email protected] > wrote: > Hello, > > I noticed that if I start HBase in "standalone" mode it creates a table in > memory. In other words, after rebooting the machine, the table goes away. > I would like to persist the table to a local file system. How can I do > that? Do I have to use "Psuedo Distribution" mode for this? > > Please help. Thanks. > > > > >
