我正尝试使用下面的链接将Ambari服务器和代理从2.7.1升级到2.7.3。
但是在“ yum upgrade ambari-server”中失败。我曾尝试清理存储库和缓存,但仍然面临同样的问题。
[root@host ~]# yum upgrade ambari-server
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
**No packages marked for update**
[root@host conf]# yum repolist | grep ambari
ambari-2.7.3.0 ambari Version - amba
13
[root@host conf]#
下面是ambari.repo的内容
[root@host yum.repos.d]# cat ambari.repo
#VERSION_NUMBER=2.7.3.0-139
[ambari-2.7.3.0]
#json.url = http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json
name=ambari Version - ambari-2.7.3.0
baseurl=http://public-repo-
1.hortonworks.com/ambari/centos7/2.x/updates/2.7.3.0
gpgcheck=1
gpgkey=http://public-repo-
1.hortonworks.com/ambari/centos7/2.x/updates/2.7.3.0/RPM-GPG-KEY/RPM-GPG-
KEY-Jenkins
enabled=1
priority=1
我已经阅读了多个RedHat和Hortonworks社区论坛,但没有帮助,有人可以帮忙了解什么地方出了错吗?