On Wed, Sep 30, 2009 at 3:33 PM, Something Something <[email protected] > wrote:
> Hmmm.. Interesting... I could swear the 2nd time around I had run > stop-hbase.sh before rebooting. But may be I didn't wait long enough. My > job adds over 100 million rows to a table. I have plenty of free space on > my hard drive, so I am assuming this will all work in "standalone" mode, > correct? (Just doing a proof of concept for now.) > > By default it gets saved into /tmp, which on many machines gets cleared out every night or after every boot. Set hbase.rootdir to something else (writable) to ensure it isn't cleared on reboot.
