Created on 09-23-2016 07:23 AM - edited 08-18-2019 04:12 AM
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.
Created 09-23-2016 07:28 AM
It looks like ambari repository is missing. Please download the repo and try installing again.
Created 07-01-2017 06:02 PM
Hi Kuldeep, I followed the above link & I installed the Ambari repository yet I am getting same error.
Please check the attached screenshot.
Created 09-23-2016 07:29 AM
did you configure the reporsitories wget -n <repo url> -O /etc/yum.repos.d/ambari.repo
please see the sample doc :
and please run yum repolist
and check if you see ambari in the result
Created 07-01-2017 06:03 PM
Hi Deepak, I followed the above link & I installed the Ambari repository yet I am getting same error. Please check the attached screenshot.
Created 12-19-2017 05:19 PM
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
Created 05-16-2018 12:59 PM
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