Command Line Installation
Also available as:
PDF
loading table of contents...

Install Compression Libraries

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

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

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