我要评分
获取效率
正确性
完整性
易理解

Upgrading OmniOperator Locally

To upgrade OmniOperator locally, delete all library files, including the dependency SO files and OmniOperator files, and then upload the latest packages.

Perform the following steps on the management node and all compute nodes. Ensure that no task is being executed on the OmniOperator upper-layer engine.

  1. Delete the dependency SO files and OmniOperator files. For details about how to uninstall the HMPP dependencies, see 3. The following uses the /opt/omni-operator/lib installation directory as an example.
    cd /opt/omni-operator/lib
    rm -rf libjemalloc.so.2 libLLVM-15.so
    rm -rf include libboostkit-omniop* boostkit-omniop* libsecurec.so
  2. Download and upload the version dependency packages and OmniOperator packages (for details about how to obtain them, see OS and Software Requirements and Obtaining Software) to the management and compute nodes, and complete the installation by following instructions in Installing Dependencies and Installing OmniOperator.