[
https://issues.apache.org/jira/browse/HBASE-3506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052607#comment-13052607
]
mingjian commented on HBASE-3506:
---------------------------------
I think it is a very dangerous op. If you want to disable or drop some tables,
you can write them in a file and use "hbase shell file"
e.g:
{code:ActionScript}
[]$cat drops
drop 't1'
drop 't2'
drop 't3'
exit
[]$hbase shell drops
0 row(s) in 1.5880 seconds
0 row(s) in 1.5880 seconds
0 row(s) in 1.5880 seconds
{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
>
> 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