[ https://issues.apache.org/jira/browse/HBASE-5366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zhihong Yu updated HBASE-5366: ------------------------------ Description: 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/enabling tables may take a long time. We should show the tables that have been disabled/enabled in batches so that user knows the operation didn't hang. was: 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. Summary: Improve bulk table disable/enable/drop in shell (was: Improving bulk table disable/enable/drop in shell) > Improve 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/enabling tables may take a long time. We should show the tables > that have been disabled/enabled 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