From 46faa04805f470bf2da9ee8c056e4250c6327ced Mon Sep 17 00:00:00 2001 From: "rahul.kumar" Date: Wed, 17 Mar 2021 20:12:46 +0530 Subject: [PATCH] move code comment --- hbase-shell/src/main/ruby/shell/commands/move.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hbase-shell/src/main/ruby/shell/commands/move.rb b/hbase-shell/src/main/ruby/shell/commands/move.rb index f26e3bcd59e..62fde69794e 100644 --- a/hbase-shell/src/main/ruby/shell/commands/move.rb +++ b/hbase-shell/src/main/ruby/shell/commands/move.rb @@ -31,13 +31,16 @@ 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. -'hbase:meta' is the only tablename allowed because it has single region so far Examples: hbase> move 'ENCODED_REGIONNAME' hbase> move 'ENCODED_REGIONNAME', 'SERVER_NAME' + hbase> move 'hbase:meta' hbase> move 'hbase:meta', 'SERVER_NAME' + +'hbase:meta' is the only tablename allowed because it has single region so far + EOF end