Uninstalling the Software
Perform the following steps on the management node and all compute nodes. Ensure that no task is being executed on the upper-layer engine of OmniOperator.
The installation directories /opt/omni-operator/conf and /opt/omni-operator/lib are used as examples.
- Delete the confat folder.
1rm -rf /opt/omni-operator/confat
- Go to the /opt/omni-operator/lib directory and delete the dependency SO files and OmniOperator files.
1 2 3
cd /opt/omni-operator/lib rm -rf libjemalloc.so.2 libLLVM-15.so rm -rf include libboostkit-omniop* boostkit-omniop* libsecurec.so
- Run vi to open the ~/.bashrc file and delete the LD_LIBRARY_PATH information of OmniOperator from the file to update environment variables.
- Open the ~/.bashrc file.
1vi ~/.bashrc - Press i to enter the insert mode. Delete the LD_LIBRARY_PATH information of OmniOperator.
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Update the environment variables.
1source ~/.bashrc
- Open the ~/.bashrc file.
Parent topic: Maintaining the Feature