Support Questions

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

anyone having PIG installation issues in HDP 2.6?

avatar
Contributor

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.
1 ACCEPTED SOLUTION

avatar
Master Guru

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.

View solution in original post

3 REPLIES 3

avatar
Master Mentor

avatar
Master Mentor

@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

avatar
Master Guru

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.