Applying the Patch Packages
- Obtain the OmniOperator binary patch package and SparkExtension patch package following instructions in Obtaining the Patch Packages and upload the patch packages to the /opt/omni-operator/lib directory on the server.
- Stop the Spark engine task. On the spark-sql CLI, run exit;.
- Go to the /opt/omni-operator/lib directory and decompress boostkit-omniop-spark-3.1.1-1.1.0.SPC5-aarch64.zip.
unzip BoostKit-omniop_1.1.0.SPC5.zip tar -zxvf boostkit-omniop-operator-1.1.0-aarch64.tar.gz
- Copy OmniOperator-related files to the /opt/omni-operator/lib directory and set the permission on the software packages in the directory to 550.
cd /opt/omni-operator/boostkit-omniop-operator-1.1.0-aarch64 cp -r include libboostkit* boostkit-omniop* config.h libsecurec.so /opt/omni-operator/lib/ chmod 550 /opt/omni-operator/lib/*
- Go to the /opt/omni-operator/lib directory and decompress boostkit-omniop-spark-3.1.1-1.1.0.SPC5-aarch64.zip to replace the patch package.
cd /opt/omni-operator/lib unzip boostkit-omniop-spark-3.1.1-1.1.0.SPC5-aarch64.zip
- Start the Spark engine service. See Executing Spark Engine Services.
Parent topic: Applying Patches