Created 01-20-2016 05:24 PM
Pig installtion failing with below error
resource_management.core.exceptions.Fail: Execution of '/usr/bin/yum -d 0 -e 0 -y install 'pig_2_3_*'' returned 1. Error downloading packages: pig_2_3_4_0_3485-0.15.0.2.3.4.0-3485.el6.noarch: [Errno 256] No more mirrors to try.
Created 01-21-2016 02:58 AM
You mean HDP-2.3.4, right? On the host where Pig is failing try to install Pig manually: "yum install "pig_2_3_*". Retry if needed. If it still doesn't work check the baseurl in /etc/yum.repos.d/HDP.repo file.
Created 01-20-2016 05:27 PM
Created 01-20-2016 05:36 PM
@Swapnil Prabhu there's no such thing as HDP 2.6. Just make sure your HDP repo coincides with the HDP version you're running in your /etc/yum.repos.d/. Make sure you have connectivity, try to run
yum clean all
yum repolist
yum update
Created 01-21-2016 02:58 AM
You mean HDP-2.3.4, right? On the host where Pig is failing try to install Pig manually: "yum install "pig_2_3_*". Retry if needed. If it still doesn't work check the baseurl in /etc/yum.repos.d/HDP.repo file.