Created 09-16-2016 07:04 PM
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?
Created 09-19-2016 08:17 PM
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.
Created 09-16-2016 08:13 PM
Can you downgrade to the earlier version with this command?
yum downgrade cups-libs-1.4.2-50.el6_4.5.i686
Created 09-19-2016 08:17 PM
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.
Created 09-30-2016 07:56 AM
Hi Eric,
How did you point the RHEL repo to a different version?
Thanks!