Repository: ambari Updated Branches: refs/heads/trunk 75c80346f -> 9108b522e
AMBARI-13826. Add dependency in role_command_order.json for HAWQSEGMENT (Bhuvnesh Chaudhary via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9108b522 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9108b522 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9108b522 Branch: refs/heads/trunk Commit: 9108b522eb41d95a3664e4c4716d9df2fff4a947 Parents: 75c8034 Author: Alejandro Fernandez <[email protected]> Authored: Thu Nov 12 11:23:06 2015 -0800 Committer: Alejandro Fernandez <[email protected]> Committed: Thu Nov 12 11:23:06 2015 -0800 ---------------------------------------------------------------------- .../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/9108b522/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 ad195de..1b00308 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 @@ -10,6 +10,7 @@ "ATLAS_SERVICE_CHECK-SERVICE_CHECK": ["ATLAS_SERVER-START"], "SPARK_THRIFTSERVER-START" : ["NAMENODE-START"], "HAWQMASTER-START" : ["NAMENODE-START","DATANODE-START","HAWQSTANDBY-START"], + "HAWQSEGMENT-START" : ["HAWQMASTER-START","HAWQSTANDBY-START"], "HAWQ_SERVICE_CHECK-SERVICE_CHECK" : ["HAWQMASTER-START"] } }
