鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

安装特性

  1. 在所有节点添加源。
    1
    dnf config-manager --add-repo https://repo.oepkgs.net/openeuler/rpm/openEuler-22.03-LTS/extras/aarch64/
    
  2. 在所有节点更新源索引。
    1
    dnf clean all && dnf makecache
    
  3. 在datanode节点安装boostkit-omnidata-server。
    1. 安装boostkit-omnidata-server安装包。
      1
      dnf install boostkit-omnidata-server --nogpgcheck
      
    2. 修改配置文件(根据配置文件中对配置参数的说明修改配置文件)。
      1
      2
      cd /opt/omnidata-server
      vi boostkit-omnidata-server-config
      

      修改完成后按“Esc”键,输入:wq!,按“Enter”保存并退出编辑。

    3. 执行安装脚本。
      1
      sh install-boostkit-omnidata-server.sh
      
  4. 在nodemanager节点安装omnidata-client。
    1. 安装boostkit-omnidata-client安装包。
      1
      dnf install boostkit-omnidata-client --nogpgcheck
      
    2. 修改配置文件(根据配置文件中对配置参数的说明修改配置文件)。
      1
      2
      cd /opt/omnidata-client
      vi boostkit-omnidata-client-config
      

      修改完成后按“Esc”键,输入:wq!,按“Enter”保存并退出编辑。

    3. 执行安装脚本。
      1
      sh install-boostkit-omnidata-client.sh
      
  5. 在Spark客户端节点安装引擎包。
    1
    dnf install boostkit-omnidata-spark --nogpgcheck