Manually Installing LZO
If you do not wish for the Ambari Server to automatically download and install GPL licensed LZO compression libraries, and you intend to configure HDP components to use LZO, you must ensure that LZO compression libraries are installed on each node in the cluster. The LZO compression libraries can be found in the HDP-GPL repository. Please refer to HDP 2.6 Repositories to obtain the repository.
Steps
On each node in your cluster, configure the HDP-GPL repository appropriate for your Operating System. The repository can be obtained at HDP 2.6 Repositories for the version of HDP you are using.
Install the Hadoop LZO compression libraries
RHEL/CentOS/Oracle Linux
yum install hadooplzo_2_6_4_0_91.x86_64 hadooplzo_2_6_4_0_91-native.x86_64
SLES
zypper install hadooplzo_2_6_4_0_91.x86_64 hadooplzo_2_6_4_0_91-native.x86_64
Ubuntu/Debian
apt-get install hadooplzo_2_6_4_0_91.x86_64 hadooplzo_2_6_4_0_91-native.x86_64
More Information