Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

HDP 2.5.0 Install on RHEL 6.7?

avatar
New Member

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
New Member

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
New Member

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 Member

Hi Eric,

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

Thanks!