Rate This Document
Findability
Accuracy
Completeness
Readability

Applying the Patch Packages

  1. 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.
  2. Stop the Spark engine task. On the spark-sql CLI, run exit;.
  3. 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
  4. 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/*
  5. 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
  6. Start the Spark engine service. See Executing Spark Engine Services.