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

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

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