Make the following compression libraries available on all the cluster nodes.
Install Snappy on all the nodes in your cluster. At each node:
For RHEL/CentOS/Oracle Linux:
yum install snappy snappy-devel
For SLES:
zypper install snappy snappy-devel
For Ubuntu/Debian:
apt-get install libsnappy1 libsnappy-dev