Please tell us what happened. Exceptions, error messages, anything in the logs,
anything on the overview pages, etc, etc?
-- Lars
From: guxiaobo1982 <[email protected]>
To: user <[email protected]>
Sent: Monday, November 24, 2014 7:15 PM
Subject: Can't enable table after rebooting hbase
Hi,
I created a test table inside a single node hbase (version 0.99.1) installation
using the local file system, then I disable the table and reboot the hbase
server, then the enable table command hungs hbase shell, is this a bug?
create 'test', 'cf'
disable 'test'
reboot habse
enable 'test'