Uninstalling the OmniOperator Plugin Using SmartKit
- Uninstall the OmniOperator UDF plugin.Select all nodes and click Config Service.Select Command Execution, set task parameters according to Table 1 to Table 2, and click Save.
Table 2 Task 2 parameters Parameter
Description
Task Name
Deleting configurations related to the OmniOperator UDF plugin
Task Description
Deleting configurations related to the OmniOperator UDF plugin
Run Directory
/opt/omni-operator
Run Command
sed -i '/${JAVA_HOME}\/jre\/lib\/aarch64\/server/d' ~/.bashrc;source ~/.bashrc;
sed -i '/enableBatchExprEvaluate/d' /opt/omni-operator/conf/omni.conf;
sed -i '/hiveUdfPropertyFilePath/d' /opt/omni-operator/conf/omni.conf;
sed -i '/hiveUdfDir/d' /opt/omni-operator/conf/omni.conf;
- Export the service flow and save it to your local PC. You can import service flows to quickly install other components.
- Click Export in the upper right corner.
The Select the path where the template is saved window is displayed.
- Name the template OmniOperator UDF Plugin Uninstallation Workflow and click Save.
- Click Export in the upper right corner.
- Execute the service flow.
Parent topic: Uninstalling the OmniOperator UDF Plugin