安装特性
- 在所有节点添加源。
1
dnf config-manager --add-repo https://repo.oepkgs.net/openeuler/rpm/openEuler-22.03-LTS/extras/aarch64/
- 在所有节点更新源索引。
1
dnf clean all && dnf makecache
- 在datanode节点安装boostkit-omnidata-server。
- 安装boostkit-omnidata-server安装包。
1
dnf install boostkit-omnidata-server --nogpgcheck
- 修改配置文件(根据配置文件中对配置参数的说明修改配置文件)。
1 2
cd /opt/omnidata-server vi boostkit-omnidata-server-config
修改完成后按“Esc”键,输入:wq!,按“Enter”保存并退出编辑。
- 执行安装脚本。
1
sh install-boostkit-omnidata-server.sh
- 安装boostkit-omnidata-server安装包。
- 在nodemanager节点安装omnidata-client。
- 安装boostkit-omnidata-client安装包。
1
dnf install boostkit-omnidata-client --nogpgcheck
- 修改配置文件(根据配置文件中对配置参数的说明修改配置文件)。
1 2
cd /opt/omnidata-client vi boostkit-omnidata-client-config
修改完成后按“Esc”键,输入:wq!,按“Enter”保存并退出编辑。
- 执行安装脚本。
1
sh install-boostkit-omnidata-client.sh
- 安装boostkit-omnidata-client安装包。
- 在Spark客户端节点安装引擎包。
1
dnf install boostkit-omnidata-spark --nogpgcheck
父主题: OmniRuntime 算子下推特性