[
https://issues.apache.org/jira/browse/HBASE-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600941#action_12600941
]
stack commented on HBASE-653:
-----------------------------
You don't want to create an HBaseAdmin instance? We should change all methods
that operate on tables to instead be statics and take
org.apache.hadoop.conf.Configurable?
> 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.