Installing the GPL Extras Parcel

GPL Extras contains functionality for compressing data using the LZO compression algorithm.

To install the GPL Extras parcel:
  1. Add the appropriate repository to the Cloudera Manager list of parcel repositories. Specify the repository in Cloudera Manager as follows:
    • CDH 6: https://archive.cloudera.com/gplextras6/6.x.y/parcels/
    • CDH 5: https://archive.cloudera.com/gplextras5/parcels/5.x.y/
    Replace x.y with the minor and maintenance version (for example, 5.14.1 or 6.2.1). If you are using LZO with Impala, make sure that you match the GPL Extras parcel version to the CDH version.
  2. Download, distribute, and activate the parcel.
  3. The LZO parcels require that the underlying operating system has the native LZO packages installed. If they are not installed on all cluster hosts, you can install them as follows:
    RHEL compatible:
    sudo yum install lzo
    Debian or Ubuntu:
    sudo apt-get install liblzo2-2
    SLES:
    sudo zypper install liblzo2-2