You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/03/07 04:36:31 UTC

[GitHub] [hbase] virajjasani commented on a change in pull request #3015: HBASE-25623 : Shell commands should accept 'hbase:meta' as an alias for the encoded region name

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:
users@infra.apache.org