You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2016/02/19 14:26:34 UTC

[17/21] ambari git commit: AMBARI-15101. Remove the dependency between ZK start and Ranger user sync start (smohanty)

AMBARI-15101. Remove the dependency between ZK start and Ranger user sync start (smohanty)


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

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 183f71f90495cfbba29961182b293c9408d3effb
Parents: 5ae72ac
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Thu Feb 18 14:53:44 2016 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Thu Feb 18 14:53:44 2016 -0800

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.2/role_command_order.json       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/183f71f9/ambari-server/src/main/resources/stacks/HDP/2.2/role_command_order.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/role_command_order.json b/ambari-server/src/main/resources/stacks/HDP/2.2/role_command_order.json
index 465d442..efa3b0d 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/role_command_order.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/role_command_order.json
@@ -23,7 +23,6 @@
     "KAFKA_BROKER-START" : ["ZOOKEEPER_SERVER-START", "RANGER_USERSYNC-START"],
     "KAFKA_SERVICE_CHECK-SERVICE_CHECK": ["KAFKA_BROKER-START"],
     "RANGER_USERSYNC-START" : ["RANGER_ADMIN-START"],
-    "ZOOKEEPER_SERVER-START" : ["RANGER_USERSYNC-START"],
     "KNOX_GATEWAY-START": ["RANGER_USERSYNC-START"],
     "KNOX_SERVICE_CHECK-SERVICE_CHECK" : ["KNOX_GATEWAY-START"],
     "RESOURCEMANAGER-START" : ["RANGER_USERSYNC-START"],