Re: Table deleted after restart of computer

2013-02-19 Thread Ibrahim Yakti
Hello Paul, The default location for hbase data is /tmp so when you restart your machine it will be deleted, you need to change it as per http://hbase.apache.org/book.html#quickstart -- Ibrahim On Tue, Feb 19, 2013 at 5:54 PM, Ted Yu wrote: > Which HBase / hadoop version were you using ? >

Re: Table deleted after restart of computer

2013-02-19 Thread Paul van Hoven
I installed hbase via brew. brew install hadoop hbase pig hive Then I started hbase via start-hbase.sh command. Therefore I'm pretty sure it is a standalone version. 2013/2/19 Ted Yu : > Which HBase / hadoop version were you using ? > > Did you start the cluster in standalone mode ? > > Thanks

Re: Table deleted after restart of computer

2013-02-19 Thread Ted Yu
Which HBase / hadoop version were you using ? Did you start the cluster in standalone mode ? Thanks On Tue, Feb 19, 2013 at 5:23 AM, Paul van Hoven < paul.van.ho...@googlemail.com> wrote: > I just started with hbase. Therefore I created a table and filled this > table with some data. But after

Table deleted after restart of computer

2013-02-19 Thread Paul van Hoven
I just started with hbase. Therefore I created a table and filled this table with some data. But after restarting my computer all the data has gone. This even happens when stopping hbase with stop-hbase.sh. How can this happen?