Rate This Document
Findability
Accuracy
Completeness
Readability

Obtaining HBase

  1. Compile HBase source code to generate the HBase archive. For details, see HBase Porting Guide (CentOS&openEuler).
  2. Place the HBase archive in the /usr/local directory on server1 and decompress it.
    1
    2
    mv hbase-2.0.2-bin.tar.gz /usr/local
    tar -zxvf hbase-2.0.2-bin.tar.gz
    

    If the archive name is not hbase-2.0.2-bin.tar.gz, replace it with the actual one.

  3. Create a soft link for subsequent version updates.
    1
    ln -s hbase-2.0.2 hbase
    

    If the software directory name is not hbase-2.0.2, replace it with the actual one.