Y. SREENIVASULU REDDY created HBASE-6642:
--------------------------------------------

             Summary: disable_all '*' is not performing disable operation.
                 Key: HBASE-6642
                 URL: https://issues.apache.org/jira/browse/HBASE-6642
             Project: HBase
          Issue Type: Bug
          Components: shell
            Reporter: Y. SREENIVASULU REDDY


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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to