[
https://issues.apache.org/jira/browse/AMBARI-14566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15085986#comment-15085986
]
Hadoop QA commented on AMBARI-14566:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12780779/AMBARI-14566.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/4792//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/4792//console
This message is automatically generated.
> Blueprint config processor should not expect only one instance of ATS/AMS/JHS
> -----------------------------------------------------------------------------
>
> Key: AMBARI-14566
> URL: https://issues.apache.org/jira/browse/AMBARI-14566
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.2.1
> Reporter: Sandor Magyari
> Assignee: Sandor Magyari
> Priority: Blocker
> Fix For: 2.2.1
>
> Attachments: AMBARI-14566.patch
>
>
> Some deployments can deploy two instances of ATS/AMS/JHS. However, there is
> code in Blueprint config processing which assumes only one host for these
> component type and thus tries to compute URLS using the
> SingleHostTopologyUpdater resulting in the following error:
> java.lang.IllegalArgumentException: Unable to update configuration property
> 'yarn.timeline-service.webapp.https.address' with topology information.
> Component 'APP_TIMELINE_SERVER' is mapped to an invalid number of hosts '2'.
> SingleHostTopologyUpdater should not update the original value of
> properties if they already have a value, in case of having multiple instances
> of HISTORYSERVER and APP_TIMELINE_SERVER components.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)