You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "cuijianwei (JIRA)" <ji...@apache.org> on 2014/11/14 10:10:33 UTC

[jira] [Created] (HBASE-12473) Add move_table shell command to move all regions of a table to given regionserver

cuijianwei created HBASE-12473:
----------------------------------

             Summary: Add move_table shell command to move all regions of a table to given regionserver
                 Key: HBASE-12473
                 URL: https://issues.apache.org/jira/browse/HBASE-12473
             Project: HBase
          Issue Type: Improvement
          Components: shell
            Reporter: cuijianwei
            Priority: Minor
             Fix For: 0.98.10


Sometimes, we may want to test the performance of a single regionserver, or we may only upgrade one regionserver firstly to validate some new features. Then, we might want to move all regions of test table to given regionserver. We can add a 'move_table' shell command to achieve this, such as:
{code}move_table 'TABLENAME', 'SERVER_NAME'{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)