Support Questions

Find answers, ask questions, and share your expertise

Release 2.6.4 CentOS repo is missing hadoop-lzo package

New Contributor

Release 2.6.4 CentOS repo is missing hadooplzo package. Following are the steps to reproduce. Please note that this is working for release 2.6.3, but not 2.6.4

sudo wget -nv http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.4.0/hdp.repo -O /etc/yum.repos.d/hdp.repo
sudo yum install hadooplzo_2_6_4_0_91-0.6.0.2.6.4.0-91  ( or just hadooplzo)
or 
sudo yum install hadooplzo

Error Message

No package hadooplzo available

Can anyone look into this.

2 REPLIES 2

@Pratap K

Some of the encryption libraries are GPL which required changes to how HDP installs the packages. Ambari 2.6.1 now prompts you to accept the installation of GPL software. If you skip that step, then you won't get the packages which are in a separate GPL repository.

Explorer