You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "rajeshbabu (JIRA)" <ji...@apache.org> on 2013/01/03 18:52:12 UTC

[jira] [Commented] (HBASE-6642) enable_all,disable_all,drop_all can call "list" command with regex directly.

    [ https://issues.apache.org/jira/browse/HBASE-6642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13543123#comment-13543123 ] 

rajeshbabu commented on HBASE-6642:
-----------------------------------

@Lars
bq.Looking at this again. Are we changing the meaning?
with patch can be yes because ruby grep and java patterns may match table names differently.

If it is not correct you can close this issue as invalid.
Thanks.
                
> 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.92.2, 0.94.0
>            Reporter: Y. SREENIVASULU REDDY
>            Assignee: rajeshbabu
>             Fix For: 0.92.3, 0.96.0, 0.94.5
>
>         Attachments: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira