Cloudera Enterprise 6.0 Beta | Other versions

Installing the GPL Extras Parcel

GPL Extras contains LZO functionality for compressing data.

To install the GPL Extras parcel:
  1. Add the appropriate repository to the Cloudera Manager list of parcel repositories. The public repositories can be found at:
    • CDH 5.4 and higher - https://archive.cloudera.com/gplextras5/parcels/{latest_supported}. The substitution variable {latest_supported} appears after the parcel to enable substitution of the latest supported maintenance version of the parcel.
    • CDH 5.0-5.3 - https://archive.cloudera.com/gplextras5/parcels/latest
    If you are using LZO with Impala, you must choose a specific version of the GPL Extras parcel for the Impala version according to the following tables:
    Table 1. CDH 5
    Impala Version Parcels Version Subdirectory GPL Extras Parcel Version
    CDH 5.x.y 5.x.y/ GPLEXTRAS-5.x.y
    To create the repository URL, append the version directory to the URL (CDH 5) https://archive.cloudera.com/gplextras5/parcels/. For example: https://archive.cloudera.com/gplextras5/parcels/5.0.2.
  2. Download, distribute, and activate the parcel.
  3. If not already installed, on all cluster hosts, install the lzo package on RHEL or the liblzo2-2 package on SLES, Debian, or Ubuntu:
    RHEL:
    sudo yum install lzo
    Debian or Ubuntu:
    sudo apt-get install liblzo2-2
    SLES:
    sudo zypper install liblzo2-2
Page generated March 7, 2018.