Repository: ambari Updated Branches: refs/heads/trunk 60ad7b270 -> 5d0c42de4
AMBARI-17131. Specify role command order for Spark2. (Bikas Saha via Jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5d0c42de Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5d0c42de Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5d0c42de Branch: refs/heads/trunk Commit: 5d0c42de4444a1a234fc7545d3e0787d8f6b7537 Parents: 60ad7b2 Author: Jaimin Jetly <[email protected]> Authored: Wed Jun 8 16:51:10 2016 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Wed Jun 8 16:52:42 2016 -0700 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.5/role_command_order.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5d0c42de/ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json b/ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json index 1b33345..f6011b0 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json @@ -10,6 +10,12 @@ "HIVE_SERVICE_CHECK-SERVICE_CHECK": ["HIVE_SERVER-START", "HIVE_METASTORE-START", "WEBHCAT_SERVER-START", "HIVE_SERVER_INTERACTIVE-START"], "RANGER_ADMIN-START": ["ZOOKEEPER_SERVER-START", "LOGSEARCH_SOLR-START"], "LIVY_SERVER-START" : ["NAMENODE-START", "DATANODE-START"], - "SPARK_SERVICE_CHECK-SERVICE_CHECK" : ["SPARK_JOBHISTORYSERVER-START", "APP_TIMELINE_SERVER-START","LIVY_SERVER-START"] + "SPARK_SERVICE_CHECK-SERVICE_CHECK" : ["SPARK_JOBHISTORYSERVER-START", "APP_TIMELINE_SERVER-START","LIVY_SERVER-START"], + "SPARK2_SERVICE_CHECK-SERVICE_CHECK" : ["SPARK2_JOBHISTORYSERVER-START", "APP_TIMELINE_SERVER-START"] + }, + "_comment" : "Dependencies that are used when GLUSTERFS is not present in cluster", + "optional_no_glusterfs": { + "SPARK2_JOBHISTORYSERVER-START" : ["NAMENODE-START"], + "SPARK2_THRIFTSERVER-START" : ["HIVE_SERVER-START"] } -} \ No newline at end of file +}
