Installing the Feature
- Add the repository to all nodes.
1dnf config-manager --add-repo https://repo.oepkgs.net/openeuler/rpm/openEuler-22.03-LTS/extras/aarch64/
- Update the repository index on all nodes.
1dnf clean all && dnf makecache
- Install boostkit-omnidata-server on datanode.
- Install the boostkit-omnidata-server installation package.
1dnf install boostkit-omnidata-server --nogpgcheck
- Modify the configuration file based on the descriptions of the parameters.
1 2
cd /opt/omnidata-server vi boostkit-omnidata-server-config
Press Esc, type :wq!, and press Enter to save the file and exit.
- Execute the installation script.
1sh install-boostkit-omnidata-server.sh
- Install the boostkit-omnidata-server installation package.
- Install omnidata-client on the node where nodemanager runs.
- Install the boostkit-omnidata-client installation package.
1dnf install boostkit-omnidata-client --nogpgcheck
- Modify the configuration file based on the descriptions of the parameters.
1 2
cd /opt/omnidata-client vi boostkit-omnidata-client-config
Press Esc, type :wq!, and press Enter to save the file and exit.
- Execute the installation script.
1sh install-boostkit-omnidata-client.sh
- Install the boostkit-omnidata-client installation package.
- Install the engine package on the Spark client node.
1dnf install boostkit-omnidata-spark --nogpgcheck
Parent topic: OmniData