You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2015/12/05 11:47:55 UTC

ambari git commit: AMBARI-14229. UT failure on branch-2.2: BlueprintProcessorConfigurationTest (Oliver Szabo via rlevas)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 3bf0120e9 -> 930fdbbf2


AMBARI-14229. UT failure on branch-2.2: BlueprintProcessorConfigurationTest (Oliver Szabo via rlevas)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/930fdbbf
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/930fdbbf
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/930fdbbf

Branch: refs/heads/branch-2.2
Commit: 930fdbbf2d7f1eb5f55442879f78eb451cee3b54
Parents: 3bf0120
Author: Oliver Szabo <os...@hortonworks.com>
Authored: Sat Dec 5 05:47:42 2015 -0500
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Sat Dec 5 05:47:42 2015 -0500

----------------------------------------------------------------------
 .../controller/internal/BlueprintConfigurationProcessor.java     | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/930fdbbf/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
index 02905f9..5353646 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
@@ -2235,6 +2235,10 @@ public class BlueprintConfigurationProcessor {
     // RANGER_ADMIN
     rangerAdminPropsMap.put("policymgr_external_url", new SingleHostTopologyUpdater("RANGER_ADMIN"));
 
+    // RANGER KMS
+    multiRangerKmsSiteMap.put("hadoop.kms.authentication.signer.secret.provider.zookeeper.connection.string",
+      new MultipleHostTopologyUpdater("ZOOKEEPER_SERVER"));
+
     // Required due to AMBARI-4933.  These no longer seem to be required as the default values in the stack
     // are now correct but are left here in case an existing blueprint still contains an old value.
     hadoopEnvMap.put("namenode_heapsize", new MPropertyUpdater());