Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 d1caeb75f -> 242e04b73


AMBARI-14587: Ensure HAWQ service check is run only after HDFS service check 
(bhuvnesh2703 via jaoki)


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

Branch: refs/heads/branch-2.2
Commit: 242e04b732ae334cf44a88d606d4083365a0f5f5
Parents: d1caeb7
Author: Jun Aoki <ja...@apache.org>
Authored: Mon Jan 11 16:19:51 2016 -0800
Committer: Jun Aoki <ja...@apache.org>
Committed: Mon Jan 11 16:19:51 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/242e04b7/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 9e45f36..2c44387 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
@@ -13,7 +13,7 @@
     "HAWQSTANDBY-START" : ["NAMENODE-START", "DATANODE-START"],
     "HAWQMASTER-START" : ["NAMENODE-START", "DATANODE-START", 
"HAWQSTANDBY-START"],
     "HAWQSEGMENT-START" : ["HAWQMASTER-START", "HAWQSTANDBY-START"],
-    "HAWQ_SERVICE_CHECK-SERVICE_CHECK" : ["HAWQMASTER-START"],
+    "HAWQ_SERVICE_CHECK-SERVICE_CHECK" : ["HAWQMASTER-START", 
"HDFS_SERVICE_CHECK-SERVICE_CHECK"],
     "KNOX_GATEWAY-START" : ["RANGER_USERSYNC-START", "NAMENODE-START"],
     "KAFKA_BROKER-START" : ["ZOOKEEPER_SERVER-START", "RANGER_USERSYNC-START", 
"NAMENODE-START"],
     "NIMBUS-START" : ["ZOOKEEPER_SERVER-START", "RANGER_USERSYNC-START", 
"NAMENODE-START"],

Reply via email to