[ 
https://issues.apache.org/jira/browse/HBASE-6642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matteo Bertozzi updated HBASE-6642:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.99.0
           Status: Resolved  (was: Patch Available)

committed to trunk

[~lhofhansl] [~stack] [~apurtell]  your decision on backporting it to 94, 96, 
and 98. You may consider this incompatible change if people relies on globs for 
"list" commands, but the other side is the problem with enable_all, delete_all 
operations which are operating on something that is not the set requested by 
the user.

> enable_all,disable_all,drop_all can call "list" command with regex directly.
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-6642
>                 URL: https://issues.apache.org/jira/browse/HBASE-6642
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 0.94.6, 0.95.0
>            Reporter: Y. SREENIVASULU REDDY
>            Assignee: Matteo Bertozzi
>             Fix For: 0.99.0
>
>         Attachments: HBASE-6642-v1.patch, HBASE-6642_trunk.patch
>
>
> created few tables. then performing disable_all operation in shell prompt.
> but it is not performing operation successfully.
> {noformat}
> hbase(main):043:0> disable_all '*'
> table12
> zk0113
> zk0114
> Disable the above 3 tables (y/n)?
> y/
> 3 tables successfully disabled
> just it is showing the message but operation is not success.
> but the following way only performing successfully
> hbase(main):043:0> disable_all '*.*'
> table12
> zk0113
> zk0114
> Disable the above 3 tables (y/n)?
> y
> 3 tables successfully disabled
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to