[
https://issues.apache.org/jira/browse/AMBARI-10487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504224#comment-14504224
]
Hudson commented on AMBARI-10487:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2381 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2381/])
AMBARI-10487. Blueprint processor fails to handle direct host names properly in
HA Blueprints. (rnettleton) (rnettleton:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c79bd1245bcbfd8de3d2710e529db843aee90a53)
*
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
> Blueprint processor fails to handle direct host names properly in HA
> Blueprints
> -------------------------------------------------------------------------------
>
> Key: AMBARI-10487
> URL: https://issues.apache.org/jira/browse/AMBARI-10487
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Robert Nettleton
> Assignee: Robert Nettleton
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-10487.patch,
> exported_ha_blueprint_with_manual_updates_direct_host_names.json,
> ha_cluster_creation_template.json
>
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> The Blueprint Configuration processor is not handling certain HA-specific
> properties (HDFS HA for one example) when host names are specified directly.
> If a customer wishes to specify hostnames directly in the HDFS HA properties
> that require hostnames, the Blueprint processor will fail if it detects more
> than one NameNode (which is the case in an HA cluster) and does not find the
> %HOSTGROUP% syntax to use for hostname substitution.
> The Blueprint config processor should be updated, so that customer-supplied
> hostnames in these properties are used, and the Blueprint processor should
> function properly with hostnames supplied directly.
> This fix should also be applied and tested across the other types of HA in
> Blueprints, and care should be taken to ensure that a customer can supply
> hostnames directly, or can use the %HOSTGROUP% syntax, or a combination of
> the two approaches.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)