Make the following compression libraries available on all the cluster nodes.
Complete the following instructions on all the nodes in your cluster:
Install Snappy. From a terminal window, type:
For RHEL/CentOS/Oracle Linux:
yum install snappy snappy-devel
For SLES:
zypper install snappy snappy-devel
Make the Snappy libraries available to Hadoop:
ln -sf /usr/lib64/libsnappy.so /usr/lib/hadoop/lib/native/.