Obtaining HBase
- Compile HBase source code to generate the HBase archive. For details, see HBase Porting Guide (CentOS&openEuler).
- 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.
- Create a soft link for subsequent version updates.
1ln -s hbase-2.0.2 hbase
If the software directory name is not hbase-2.0.2, replace it with the actual one.
Parent topic: Deploying HBase