---
title: 安装特性
description: "1. 在所有节点添加源。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengbds/integrwithoe/instg/kunpengbds_04_0005.html
sourcePath: /source/zh/kunpengbds/integrwithoe/instg/kunpengbds_04_0005.html
indexId: 0aee9b607b1be78697b0628e51a8193414660c06d545ea422e5e2ff44f4014db64
---
# 安装特性

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。

  a. 安装boostkit-omnidata-server安装包。
    1 dnf install boostkit-omnidata-server --nogpgcheck

  b. 修改配置文件（根据配置文件中对配置参数的说明修改配置文件）。
    1 2 cd /opt/omnidata-server vi boostkit-omnidata-server-config

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

  c. 执行安装脚本。
    1 sh install-boostkit-omnidata-server.sh

4. 在nodemanager节点安装omnidata-client。

  a. 安装boostkit-omnidata-client安装包。
    1 dnf install boostkit-omnidata-client --nogpgcheck

  b. 修改配置文件（根据配置文件中对配置参数的说明修改配置文件）。
    1 2 cd /opt/omnidata-client vi boostkit-omnidata-client-config

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

  c. 执行安装脚本。
    1 sh install-boostkit-omnidata-client.sh

5. 在Spark客户端节点安装引擎包。
  1 dnf install boostkit-omnidata-spark --nogpgcheck
