參考官方: http://hbase.apache.org/book.html#_upgrade_pathshtml
一、首先配置好新的hbase. 並使Hbase處於關閉狀態。apache
二、從新設置'etc/profile'中HBase的環境變量code
三、啓動ZooKeeper,由於使用的Hbase自帶的。配置了幾臺,那幾臺都要啓動。使用以下:htm
hbase-daemon.sh start zookeeper
四、執行升級檢查get
hbase upgrade -check
五、執行升級class
hbase upgrade -execute
六、關閉zooKeeper變量
hbase-daemon.sh stop zookeeper