You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/06/05 03:17:38 UTC

[jira] [Commented] (AMBARI-11701) Blueprint should not require single-node properties for NameNodes in an HDFS NameNode HA cluster

    [ https://issues.apache.org/jira/browse/AMBARI-11701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14573904#comment-14573904 ] 

Hudson commented on AMBARI-11701:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #2816 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2816/])
AMBARI-11701. Blueprint should not require single-node properties for NameNodes in an HDFS NameNode HA cluster. (rnettleton) (rnettleton: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e92007d0467e52e4137086864c2ca03d6a5ac4cb)
* 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 should not require single-node properties for NameNodes in an HDFS NameNode HA cluster
> ------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-11701
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11701
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.0.0
>            Reporter: Robert Nettleton
>            Assignee: Robert Nettleton
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11701.patch
>
>
> The Blueprints processor currently will fail during the deployment of an HDFS NameNode HA cluster if the following properties in "hdfs-site" are not specified in the Blueprint:
> "dfs.namenode.http-address"
> "dfs.namenode.https-address"
> "dfs.namenode.rpc-address"
> These HDFS address properties are required in a non-HA scenario, but should not be required when an HA cluster is configured.  In the HA configuration, there are settings for each of these address properties on a per-namenode basis (with the property names including the name of the nameservice and namenode). 
> The Blueprint processor will currently fail to start a cluster, and throw an error back to the cluster deployer, mentioning that these properties must be set.  This is incorrect, since HDFS does not require these properties in an HA cluster. 
> 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)