Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on 01-07-2017 02:02 PM - edited 08-19-2019 03:47 AM
I am trying to upgrade HDP 2.3.4.0 to HDP 2.3.4.7 version but I am getting below error message.
2017-01-07 19:49:31,961 - Package Manager failed to install packages. Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install '--disablerepo=HDP-*' --enablerepo=HDP-2.3.4.7,HDP-UTILS-2.3.4.7 rpcbind' returned 1. Transaction check error: package rpcbind-0.2.0-38.el7.x86_64 is already installed
Please find the attachement(error_log1.txt) for error summary. I have registered the target version but while performing package installation, I am facing this issue. Please find the attached screen shots for your reference.
Could you please help on this.
Thank you.
BR, Sampath
Created 01-09-2017 05:29 PM
Could you please identify which version of Ambari you are running?
In these situations, I usually drop down to the host that is presenting the issue and try to run the command on the host. This may help provide a bit more detail on the actual issue. In this case, you may find that you need to remove the offending package yum erase <specific_package>, then have Ambari try to reinstall the packages.
Created 01-09-2017 05:29 PM
Could you please identify which version of Ambari you are running?
In these situations, I usually drop down to the host that is presenting the issue and try to run the command on the host. This may help provide a bit more detail on the actual issue. In this case, you may find that you need to remove the offending package yum erase <specific_package>, then have Ambari try to reinstall the packages.
Created 01-09-2017 05:41 PM
Thanks for your message.
Ambari version : 2.2.0.0.
I have removed the rpcbind-0.2.0-38.el7.x86_64 package and tried to upgrade the HDP and it worked for me.