Hi I use hbase 0.2. devel from trunk and hadoop 0.17, and i lost all tables after restart hbase.
I do :
1) start hadoop dfs
2) start hbase
3) create table X
4) make insert to table X
5) select from X - there are data inserted in 4 (everything is ok)
6) stop hbase
7) stop hadoop dfs
8) start hadoop dfs
9) start hbase
10) show tables from hbase shell
and i get message that there are no tables !
Does anybody have problem with losted tables ? how i can close hbase
without lost tables ?
Antony
