hbase 版本:1.2.0-cdh5.7.0
进入到hmaster节点 hbase/bin目录
执行
./graceful_stop.sh regionserver的主机名
此命令会先关闭Load Balancer,然后Assigned Region,之后会将regionserver节点关闭。
命令执行完毕后
在hbase web界面查看对应的regionserver节点为是dead的状态
重启hbase 集群,可以在web界面不显示dead节点。
最后进入:hbase shell 客户端
手动打开 load balancer
[hadoop@hd bin]$ hbase shell
2022-06-29 20:52:17,841 INFO [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
2022-06-29 20:52:21,583 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/hadoop/hbase/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/hadoop/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
HBase Shell; enter 'help' for list of supported commands.
Type "exit" to leave the HBase Shell
Version 1.2.0-cdh5.7.0, rUnknown, Wed Mar 23 11:46:29 PDT 2016
hbase(main):001:0> balance_switch true
true
0 row(s) in 6.3260 seconds