Michał Koronowski created AMBARI-20976:
------------------------------------------
Summary: Incorrect HDP-UTILS entry in repoinfo.xml
Key: AMBARI-20976
URL: https://issues.apache.org/jira/browse/AMBARI-20976
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.5.0
Reporter: Michał Koronowski
Priority: Trivial
In repoinfo.xml HDP-UTILS entry for ubuntu16 is pointing to ubuntu12.
https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/HDP/2.6/repos/repoinfo.xml
There is:
{quote}<baseurl>http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/ubuntu12</baseurl>
{quote}
Should be:
{quote}<baseurl>http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/ubuntu16</baseurl>
{quote}
As described in
http://docs.hortonworks.com/HDPDocuments/Ambari-2.5.0.3/bk_ambari-installation/content/hdp_26_repositories.html
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)