virajjasani commented on a change in pull request #3015:
URL: https://github.com/apache/hbase/pull/3015#discussion_r588971128
##########
File path: hbase-shell/src/main/ruby/shell/commands/move.rb
##########
@@ -30,10 +30,13 @@ def help
the encoded region name portion is 527db22f95c8a9e0116f0cc13c680396
A server name is its host, port plus startcode. For example:
host187.example.com,60020,1289493121758
+To move meta region, pass 'hbase:meta' as encoded region name"
Examples:
hbase> move 'ENCODED_REGIONNAME'
hbase> move 'ENCODED_REGIONNAME', 'SERVER_NAME'
+ hbase> move 'hbase:meta'
Review comment:
Good to add one comment stating that `hbase:meta` is the only tablename
allowed because it has single region so far
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]