Repository: ambari
Updated Branches:
  refs/heads/trunk d68235871 -> 8b6fa3931


AMBARI-15192 - Atlas Integration : Atlas Server fails to properly start if 
Zookeeper isn't started first


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

Branch: refs/heads/trunk
Commit: 8b6fa3931470ff7ddaedbdf4f6a4ca25426006d6
Parents: d682358
Author: tbeerbower <tbeerbo...@hortonworks.com>
Authored: Mon Feb 29 21:11:56 2016 -0500
Committer: tbeerbower <tbeerbo...@hortonworks.com>
Committed: Mon Feb 29 21:11:56 2016 -0500

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.3/role_command_order.json       | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8b6fa393/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json 
b/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json
index 5b3882f..b28f2a9 100755
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json
@@ -9,6 +9,7 @@
     "RANGER_KMS_SERVICE_CHECK-SERVICE_CHECK" : ["RANGER_KMS_SERVER-START"],
     "PHOENIX_QUERY_SERVER-START": ["HBASE_MASTER-START"],
     "ATLAS_SERVICE_CHECK-SERVICE_CHECK": ["ATLAS_SERVER-START"],
+    "ATLAS_SERVER-START": ["KAFKA_BROKER-START"],
     "SPARK_THRIFTSERVER-START" : ["NAMENODE-START", "HIVE_METASTORE-START"],
     "HAWQMASTER-START" : ["NAMENODE-START", "DATANODE-START", 
"NODEMANAGER-START"],
     "HAWQSTANDBY-START" : ["HAWQMASTER-START"],

Reply via email to