Repository: ambari Updated Branches: refs/heads/branch-2.4 34ce61497 -> 2b6617812
AMBARI-17827. Spark thrift server should be stopped before RM stop - add missing comma (Jeff Zhang via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2b661781 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2b661781 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2b661781 Branch: refs/heads/branch-2.4 Commit: 2b6617812e5bd354c060014a7d13d8100c6865da Parents: 34ce614 Author: Sumit Mohanty <[email protected]> Authored: Wed Jul 20 22:33:25 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Wed Jul 20 22:33:25 2016 -0700 ---------------------------------------------------------------------- .../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/2b661781/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 ba7c884..4899443 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 @@ -11,7 +11,7 @@ "ATLAS_SERVICE_CHECK-SERVICE_CHECK": ["ATLAS_SERVER-START"], "ATLAS_SERVER-START": ["KAFKA_BROKER-START", "LOGSEARCH_SOLR-START"], "SPARK_THRIFTSERVER-START" : ["NAMENODE-START", "HIVE_METASTORE-START"], - "RESOURCEMANAGER-STOP" : ["SPARK_THRIFTSERVER-STOP"] + "RESOURCEMANAGER-STOP" : ["SPARK_THRIFTSERVER-STOP"], "HAWQMASTER-START" : ["NAMENODE-START", "DATANODE-START", "NODEMANAGER-START"], "HAWQSTANDBY-START" : ["HAWQMASTER-START"], "HAWQSTANDBY-RESTART" : ["HAWQMASTER-RESTART"],
