Given an HTable, I should be able to enable/disable the table without having to
get the HBaseConfiguration object
-----------------------------------------------------------------------------------------------------------------
Key: HBASE-653
URL: https://issues.apache.org/jira/browse/HBASE-653
Project: Hadoop HBase
Issue Type: Bug
Reporter: Michael Bieniosek
It would be nice if there were a way to do a HBaseAdmin.disableTable(HTable)
without needing a HBaseConfiguration (I already gave you the HBaseConfiguration
when I created the HTable).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.