You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2015/11/03 02:13:54 UTC

ambari git commit: AMBARI-13516: HAWQ service's order is not available in role_command_order.js (mithmatt via jaoki)

Repository: ambari
Updated Branches:
  refs/heads/trunk 94b8f7b25 -> 715437a5f


AMBARI-13516: HAWQ service's order is not available in role_command_order.js (mithmatt via jaoki)


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

Branch: refs/heads/trunk
Commit: 715437a5fd519005c2d868ea8dd676d0389064a0
Parents: 94b8f7b
Author: Jun Aoki <ja...@apache.org>
Authored: Mon Nov 2 17:13:17 2015 -0800
Committer: Jun Aoki <ja...@apache.org>
Committed: Mon Nov 2 17:13:17 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/715437a5/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 9b1625d..ad195de 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
@@ -8,6 +8,8 @@
     "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"],
-    "SPARK_THRIFTSERVER-START" : ["NAMENODE-START"]
+    "SPARK_THRIFTSERVER-START" : ["NAMENODE-START"],
+    "HAWQMASTER-START" : ["NAMENODE-START","DATANODE-START","HAWQSTANDBY-START"],
+    "HAWQ_SERVICE_CHECK-SERVICE_CHECK" : ["HAWQMASTER-START"]
   }
 }