Decommission HBase RegionServers
Run the decommission commands on the RegionServer.
At the RegionServer that you want to decommission, run the following command:
su <HBASE_USER> /usr/hdp/current/hbase-client/bin/hbase-daemon.sh stop
where <HBASE_USER>
is the user who owns the HBase Services. For
example, hbase
.
RegionServer closes all the regions, then shuts down.