[
https://issues.apache.org/jira/browse/HBASE-3506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052882#comment-13052882
]
Ted Yu commented on HBASE-3506:
-------------------------------
What I meant was to display the tables not disabled/dropped so that user can
perform follow-on action:
{code}
+ def disable_all(regex)
+ regex = regex.to_s
+ @admin.disableTables(regex)
+ end
{code}
> Allow table name expressed in regex in drop, disable, enable operations
> -----------------------------------------------------------------------
>
> Key: HBASE-3506
> URL: https://issues.apache.org/jira/browse/HBASE-3506
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Joey Echeverria
> Attachments: HBASE-3506-1.patch, HBASE-3506-2.patch
>
>
> Ability to disable, drop and enable tables using regex expression is
> desirable.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira