Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Feature

Perform steps 2 to 5 on all nodes.

  1. Log in to the management node and stop the HBase service.
    1
    ${HBASE_HOME}/bin/stop-hbase.sh
    
  2. Add the repository.
    1
    dnf config-manager --add-repo https://repo.oepkgs.net/openeuler/rpm/openEuler-22.03-LTS/extras/aarch64/
    
  3. Update the repository index.
    1
    dnf clean all && dnf makecache
    
  4. Install the boostkit-hbase software package.
    1
    dnf install boostkit-hbase --nogpgcheck
    

  5. If the BoostKit JAR packages exist in the ${HBASE_HOME}/lib directory, the installation is successful.

  6. Log in to the management node server and restart the HBase service.
    1
    ${HBASE_HOME}/bin/start-hbase.sh