bsglz commented on a change in pull request #2875:
URL: https://github.com/apache/hbase/pull/2875#discussion_r555561359



##########
File path: hbase-shell/src/main/ruby/shell/commands/move_namespaces_rsgroup.rb
##########
@@ -31,6 +31,8 @@ def help
 
       def command(dest, namespaces)
         rsgroup_admin.move_namespaces(dest, namespaces)
+        arg = {METHOD => 'set','hbase.rsgroup.name'=>dest}
+        admin.alter_namespace(namespaces[0], arg)

Review comment:
       BTW, is it possible to add ut for test?




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


Reply via email to