You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/11/19 16:31:31 UTC

ambari git commit: AMBARI-13964. Spark TS start should wait till HiveServer has started (Saisai Shao via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk 5334953e1 -> 6a13ed85a


AMBARI-13964. Spark TS start should wait till HiveServer has started (Saisai Shao via smohanty)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6a13ed85
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6a13ed85
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6a13ed85

Branch: refs/heads/trunk
Commit: 6a13ed85a5026db6b27316410620f05d5646c225
Parents: 5334953
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Wed Nov 18 22:09:48 2015 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Thu Nov 19 07:31:14 2015 -0800

----------------------------------------------------------------------
 .../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/6a13ed85/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 1b00308..bfe286b 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
@@ -8,7 +8,7 @@
     "RANGER_KMS_SERVICE_CHECK-SERVICE_CHECK" : ["RANGER_KMS_SERVER-START"],
     "PHOENIX_QUERY_SERVER-START": ["HBASE_MASTER-START"],
     "ATLAS_SERVICE_CHECK-SERVICE_CHECK": ["ATLAS_SERVER-START"],
-    "SPARK_THRIFTSERVER-START" : ["NAMENODE-START"],
+    "SPARK_THRIFTSERVER-START" : ["NAMENODE-START", "HIVE_METASTORE-START"],
     "HAWQMASTER-START" : ["NAMENODE-START","DATANODE-START","HAWQSTANDBY-START"],
     "HAWQSEGMENT-START" : ["HAWQMASTER-START","HAWQSTANDBY-START"],
     "HAWQ_SERVICE_CHECK-SERVICE_CHECK" : ["HAWQMASTER-START"]