10. Upgrade HBase

To upgrade HBase, run the following commands as the hadoop user at both the HBase Master and the RegionServers hosts:

  1. Start the ZooKeeper service:

    sc start zkServer 

  2. Upgrade HBase by running the following command:

    %HBASE_HOME%\bin\hbase.cmd upgrade -execute 

    If the command completes successfully, you should see a completed Znode upgrade with no errors.