Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Feature

  1. Add the repository to all nodes.
    1
    dnf config-manager --add-repo https://repo.oepkgs.net/openeuler/rpm/openEuler-22.03-LTS/extras/aarch64/
    
  2. Update the repository index on all nodes.
    1
    dnf clean all && dnf makecache
    
  3. Install boostkit-omnidata-server on datanode.
    1. Install the boostkit-omnidata-server installation package.
      1
      dnf install boostkit-omnidata-server --nogpgcheck
      
    2. 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.

    3. Execute the installation script.
      1
      sh install-boostkit-omnidata-server.sh
      
  4. Install omnidata-client on the node where nodemanager runs.
    1. Install the boostkit-omnidata-client installation package.
      1
      dnf install boostkit-omnidata-client --nogpgcheck
      
    2. 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.

    3. Execute the installation script.
      1
      sh install-boostkit-omnidata-client.sh
      
  5. Install the engine package on the Spark client node.
    1
    dnf install boostkit-omnidata-spark --nogpgcheck