Upgrading OmniOperator JIT
To upgrade OmniOperator JIT locally, delete all library files, including the SO dependency files and OmniOperator JIT 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 JIT upper-layer engine.
- Delete the SO dependency files and OmniOperator JIT files. The following uses the /opt/omni-operator/lib installation directory as an example.
cd /opt/omni-operator/lib rm -rf libjemalloc.so.2 libLLVM-12.so rm -rf include ir libboostkit-omniop* boostkit-omniop-bindings* config.h libsecurec.so
- Download and upload OmniOperator JIT packages and the dependency packages (for details about the dependency software, see 1.3 and 2.2) to the management node and compute nodes, and complete the installation by referring to 3.2.1 and 3.2.2.
Parent topic: Deploying OmniOperator JIT Locally