[
https://issues.apache.org/jira/browse/AMBARI-7988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185742#comment-14185742
]
Hadoop QA commented on AMBARI-7988:
-----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12677379/AMBARI-7988.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/373//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/373//console
This message is automatically generated.
> Blueprints export fails to include Yarn Timeline service properties when
> defaults are used
> ------------------------------------------------------------------------------------------
>
> Key: AMBARI-7988
> URL: https://issues.apache.org/jira/browse/AMBARI-7988
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Robert Nettleton
> Assignee: Robert Nettleton
> Fix For: 1.7.0
>
> Attachments: AMBARI-7988.patch, AMBARI-7988_1.7.0.patch
>
> Original Estimate: 6h
> Remaining Estimate: 6h
>
> If a Blueprint is exported from a running cluster in Ambari, the following
> properties are not included in the exported Blueprint:
> yarn.timeline-service.address,
> yarn.timeline-service.webapp.address,
> yarn.timeline-service.webapp.https.address
> These properties are not included if the stack defaults are not overridden,
> which is likely a common case for the Yarn Timeline serivce.
> If these server properties are overridden with host name information prior to
> cluster start, then these properties do appear in the exported blueprint,
> with the relevant hostname information removed.
> The problem occurs when the defaults are used with this Yarn service. The
> service configuration defaults to "0.0.0.0", a special IP address used to
> indicate that a service listens on all network interfaces on a given machine.
> Since this address is slightly different than a normal host address, it must
> be handled differently by the Blueprint configuration processor.
> If the default "0.0.0.0" IP address is used for these defaults in the Yarn
> Timeline Service, the Blueprint configuration processor should allow these
> configuration properties to be included in the exported Blueprint.
> The current config processor will remove these properties, since no valid
> hostname is found during the export process.
> I'm working on a fix for this, and will be submitting a patch shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)