Repository: ambari Updated Branches: refs/heads/trunk 22dad7dfe -> f635d05d5
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/f635d05d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f635d05d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f635d05d Branch: refs/heads/trunk Commit: f635d05d5150d28eed54076bddd57e6f03be16c3 Parents: 22dad7d Author: Sumit Mohanty <[email protected]> Authored: Wed Jul 20 22:33:25 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Wed Jul 20 22:34:01 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/f635d05d/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"],
