3. Install Compression Libraries

Make the following compression libraries available on all the cluster nodes.

 3.1. Install Snappy

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

 3.2. Install LZO

Execute the following command at all the nodes in your cluster:

  • RHEL/CentOS/Oracle Linux:

    yum install lzo lzo-devel hadooplzo hadooplzo-native

  • For SLES:

    zypper install lzo lzo-devel hadooplzo hadooplzo-native

  • For Ubuntu/Debian:

    apt-get install liblzo2-2 liblzo2-dev hadooplzo


loading table of contents...