Compiling zstd Manually
The following operations must be performed for the management node and all compute nodes that run on CentOS.
- Download https://github.com/facebook/zstd/archive/refs/tags/v1.4.5.zip, upload it to the /opt/omni-operator directory, and decompress it.
cd /opt/omni-operator unzip zstd-1.4.5.zip
- Go to the zstd-1.4.5 directory, and compile and install zstd.
cd zstd-1.4.5/ make sudo make install
- Copy the target SO file of zstd to /usr/lib64.
cp -r /usr/local/lib/libzstd.so.1.4.5 /usr/local/lib/libzstd.so.1 /usr/local/lib/libzstd.so /usr/lib64/
Parent topic: Using OmniOperator on the Spark Engine