On the core slave node, upgrade HBase RegionServer
Shut down the RegionServer, switch to the new version, and start the RegionServer:
su - hbase -c "/usr/hdp/current/hbase-regionserver/bin/hbase-daemon.sh stop regionserver"
hdp-select set hbase-regionserver 2.2.9.0-$BUILD
su - hbase -c "/usr/hdp/current/hbase-regionserver/bin/hbase-daemon.sh start regionserver"
Verify that the RegionServer joined the HBase cluster as a live server. The results of the following commands should list the upgraded RegionServer as a live server process.
su – hbase
echo 'status "detailed"' | hbase shell