Uninstalling the OmniOperator UDF Plugin
The following operations must be performed on the management node and all compute nodes.
- Delete the /opt/omni-operator/hive-udf directory on the management and compute nodes.
rm -rf /opt/omni-operator/hive-udf
- In the /opt/omni-operator/conf/omni.conf file, update the following content:
- Open /opt/omni-operator/conf/omni.conf.
vim /opt/omni-operator/conf/omni.conf
- Update the UDF configuration.
#enableBatchExprEvaluate=false // false indicates expression row-by-row processing and true indicates that expression bath processing. #hiveUdfPropertyFilePath=/opt/omni-operator/hive-udf/udf.properties // UDF trustlist file path. #hiveUdfDir=/opt/omni-operator/hive-udf/udf // Hive UDF JAR file directory.
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open /opt/omni-operator/conf/omni.conf.
Parent topic: Deploying OmniOperator Locally