Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HDP 2.5.0 Install on RHEL 6.7?

avatar
Contributor

Has anyone successfully completed an installation of HDP 2.5.0 on RHEL 6.7? The documentation says it support 6.X, but I'm getting the following error:

resource_management.core.exceptions.Fail: Execution of '/usr/bin/yum -d 0 -e 0 -y install hadoop_2_5_0_0_1245-yarn' returned 1. Error: Package: 1:cups-1.4.2-50.el6_4.5.x86_64 (rhel6)
           Requires: cups-libs = 1:1.4.2-50.el6_4.5
           Installed: 1:cups-libs-1.4.2-72.el6.i686 (@anaconda-RedHatEnterpriseLinux-201507020259.x86_64/6.7)
               cups-libs = 1:1.4.2-72.el6
           Available: 1:cups-libs-1.4.2-50.el6_4.5.i686 (rhel6)
               cups-libs = 1:1.4.2-50.el6_4.5
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

1:1.4.2-50.el6_4.5 appears to be the version which shipped with RHEL 6.5. Is there support for HDP 2.5.0 on RHEL 6.7?

1 ACCEPTED SOLUTION

avatar
Contributor

It was my own stupid mistake. I was installing redhat dependencies from a 6.5 repository rather than 6.7. Pointed my RHEL repo to a 6.7 one and all completed perfectly. Thanks @Terry Padgett for the help.

View solution in original post

3 REPLIES 3

avatar
Super Collaborator
@Eric Brosch

Can you downgrade to the earlier version with this command?

yum downgrade cups-libs-1.4.2-50.el6_4.5.i686 

avatar
Contributor

It was my own stupid mistake. I was installing redhat dependencies from a 6.5 repository rather than 6.7. Pointed my RHEL repo to a 6.7 one and all completed perfectly. Thanks @Terry Padgett for the help.

avatar
New Contributor

Hi Eric,

How did you point the RHEL repo to a different version?

Thanks!