AMBARI-21698. Error starting client components on RedHat7 and BI 4.2.5 after Ambari upgrade
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3c5ec6a4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3c5ec6a4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3c5ec6a4 Branch: refs/heads/branch-2.6 Commit: 3c5ec6a46dcc76f00dcc5278ed4e38ec2e8fed02 Parents: 5998aa0 Author: Attila Doroszlai <[email protected]> Authored: Thu Aug 10 11:38:14 2017 +0200 Committer: Attila Doroszlai <[email protected]> Committed: Thu Aug 10 11:38:27 2017 +0200 ---------------------------------------------------------------------- .../stacks/BigInsights/4.2.5/repos/repoinfo.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3c5ec6a4/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml index 99b74c2..d1b155d 100755 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml @@ -19,12 +19,24 @@ <mainrepoid>IOP-4.2.5</mainrepoid> <os family="redhat6"> <repo> -<baseurl>http://ibm-open-platform.ibm.com/repos/IOP/rhel/6/x86_64/4.2.x/Updates/4.2.5.0</baseurl> + <baseurl>http://ibm-open-platform.ibm.com/repos/IOP/rhel/6/x86_64/4.2.x/Updates/4.2.5.0</baseurl> <repoid>IOP-4.2.5</repoid> <reponame>IOP</reponame> </repo> <repo> -<baseurl>http://ibm-open-platform.ibm.com/repos/IOP-UTILS/rhel/6/x86_64/1.3</baseurl> + <baseurl>http://ibm-open-platform.ibm.com/repos/IOP-UTILS/rhel/6/x86_64/1.3</baseurl> + <repoid>IOP-UTILS-1.3</repoid> + <reponame>IOP-UTILS</reponame> + </repo> + </os> + <os family="redhat7"> + <repo> + <baseurl>http://ibm-open-platform.ibm.com/repos/IOP/rhel/7/x86_64/4.2.x/Updates/4.2.5.0</baseurl> + <repoid>IOP-4.2.5</repoid> + <reponame>IOP</reponame> + </repo> + <repo> + <baseurl>http://ibm-open-platform.ibm.com/repos/IOP-UTILS/rhel/7/x86_64/1.3</baseurl> <repoid>IOP-UTILS-1.3</repoid> <reponame>IOP-UTILS</reponame> </repo>
