Improving bulk table disable/enable/drop in shell
-------------------------------------------------

                 Key: HBASE-5366
                 URL: https://issues.apache.org/jira/browse/HBASE-5366
             Project: HBase
          Issue Type: Task
            Reporter: Zhihong Yu


HBASE-3506 added regex support for disabling, enabling and dropping tables.
Currently the list of tables are shown one on each line, this may lead to too 
many lines:
{code}
tychangTable998                                                                 
                                                                      
tychangTable999                                                                 
                                                                     

Enable the above 901 tables (y/n)?
y
{code}
When the number of tables is high, each line should display multiple tables.

Disabling tables may take a long time. We should show the tables that have been 
disabled in batches so that user knows the operation didn't hang.

--
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