I have had similar problems and it seems like zookeeper and hbase master have different notions of whether the table is enabled or not.. Stopping the cluster, deleting zookeeper data and then starting it worked for me in this scenario
Regards, Dhaval ________________________________ From: Mohit Anchlia <[email protected]> To: [email protected] Sent: Wednesday, 26 September 2012 4:54 PM Subject: disable table When I try to disable table I get: hbase(main):011:0> disable 'SESSIONID_TIMELINE' ERROR: org.apache.hadoop.hbase.TableNotEnabledException: org.apache.hadoop.hbase.TableNotEnabledException: SESSIONID_TIMELINE Here is some help for this command: Start disable of named table: e.g. "hbase> disable 't1'" But then I try to enable I get: hbase(main):012:0> enable 'SESSIONID_TIMELINE' ERROR: org.apache.hadoop.hbase.TableNotDisabledException: org.apache.hadoop.hbase.TableNotDisabledException: SESSIONID_TIMELINE Here is some help for this command: Start enable of named table: e.g. "hbase> enable 't1'" I've tried flush, major_compaction also. I tseems it's stuck in inconsistent state. Could someone point me to correct direction? I am using 92.1
