Support Questions

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

No package ambari-server available

avatar
Rising Star

I am getting "" error when trying to install ambari-server in CentOS 7. Please find the screenshot attached for exact message I am getting. I have tried yum clean-all as well.

7909-ambari-package-not-avaliable.jpg

6 REPLIES 6

avatar
Master Guru
@Viraj Vekaria

It looks like ambari repository is missing. Please download the repo and try installing again.

http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.1.0/bk_ambari-installation/content/download_the_...

avatar
New Contributor

ambari-error.png

Hi Kuldeep, I followed the above link & I installed the Ambari repository yet I am getting same error.

Please check the attached screenshot.

avatar

did you configure the reporsitories wget -n <repo url> -O /etc/yum.repos.d/ambari.repo

please see the sample doc :

http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.1.0/bk_ambari-installation/content/download_the_...

and please run yum repolist

and check if you see ambari in the result

avatar
New Contributor

ambari-error.png

Hi Deepak, I followed the above link & I installed the Ambari repository yet I am getting same error. Please check the attached screenshot.

avatar
Rising Star

This how i ve solved it

delete ambari.repo

yum repolist

wget -nv http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.4.3.0/ambari.repo -O /etc/yum.repos.d/ambari.repo

yum install ambari

avatar
Explorer

I had similar issue and fixed with the following ambari repo.

wget -nv http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.6.1.5/ambari.repo -O /etc/yum.repos.d/ambari.repo