[
https://issues.apache.org/jira/browse/AMBARI-8771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14256025#comment-14256025
]
Hudson commented on AMBARI-8771:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit-docker #569 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/569/])
AMBARI-8771. Add support for deploying HDFS NameNode HA Clusters with
Blueprints. (rnettleton) (rnettleton:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=4320de6eeffda783e1c6592d80bf11f6fbfff31b)
*
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params.py
*
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_namenode.py
* ambari-server/src/test/python/stacks/2.0.6/HDFS/test_zkfc.py
*
ambari-server/src/test/python/stacks/2.0.6/configs/ha_bootstrap_standby_node.json
*
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/zkfc_slave.py
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
*
ambari-server/src/test/python/stacks/2.0.6/configs/ha_bootstrap_active_node.json
*
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BaseBlueprintProcessor.java
* ambari-server/src/test/python/stacks/2.0.6/HDFS/test_namenode.py
*
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BaseBlueprintProcessorTest.java
> Blueprints: Add support for deploying HDFS NameNode HA Clusters
> ---------------------------------------------------------------
>
> Key: AMBARI-8771
> URL: https://issues.apache.org/jira/browse/AMBARI-8771
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Robert Nettleton
> Assignee: Robert Nettleton
> Fix For: 2.0.0
>
> Attachments: AMBARI-8771.patch.4
>
>
> It should be possible to deploy a cluster using Blueprints that can support
> HDFS NameNode HA.
> Currently in Ambari, the User Interface supports adding HA support for
> NameNodes to a running cluster.
> In the Blueprint case, the HA support for NameNodes must be added at the
> initial cluster deployment/startup, since Blueprints does not support an
> interactive model.
> The support for NameNode HA in Ambari 2.0 should at least support an "expert
> mode" option, where the user adds all of the required HA configuration to the
> Blueprint or cluster creation template in order to setup an HA cluster. In
> future releases, it may be possible to auto-generate some of this
> configuration, in order to ease the burden of HA setup for the
> Blueprints/Ambari user.
> This work will involve changes to the Blueprint validation code, since our
> stacks do not currently support HA directly. It should be possible to deploy
> a NameNode HA Blueprint without turning off Blueprint validation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)