Robert Nettleton created AMBARI-11701:
-----------------------------------------
Summary: 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
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)