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 2016/06/08 23:50:20 UTC

ambari git commit: AMBARI-17131. Specify role command order for Spark2. (Bikas Saha via Jaimin)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 6cd42e123 -> 2810eca67


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/2810eca6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2810eca6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2810eca6

Branch: refs/heads/branch-2.4
Commit: 2810eca67d622933bab805800b0f11205c3f118f
Parents: 6cd42e1
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Wed Jun 8 16:51:10 2016 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Wed Jun 8 16:51:10 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/2810eca6/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
+}