Step1: download and extract the packages: http://mirror.bit.edu.cn/apache/hbase/stable/ Step2: set the environment variable(not must, just easy to start): export HBASE_HOME = PATH TO YOUR HBASE; export PATH=$PATH:$HBASE_HOME/bin Step3: Update file co…