NihalJain commented on PR #5588:
URL: https://github.com/apache/hbase/pull/5588#issuecomment-1862508524
Will handle `region_status.rb` as part of HBASE-28273.
In this PR have remove the redundant imports as the scripts run even w/o
them. Tested them as follows:
{code}
./hbase org.jruby.Main get-active-master.rb
./hbase org.jruby.Main replication/copy_tables_desc.rb 127.0.0.1:2181:/hbase
127.0.0.1:2181:/hbase t1
./hbase org.jruby.Main draining_servers.rb add IP:16020
./hbase org.jruby.Main draining_servers.rb list
./hbase org.jruby.Main shutdown_regionserver.rb IP:16020
{code}
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]