This is an automated email from the ASF dual-hosted git repository.

rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cc50a36  AMBARI-23564 Start All Services Fails after ambari upgrade as 
Livy(Spark2) tries to access Namenode which is not yet started
cc50a36 is described below

commit cc50a36f70030d70bb9ed43163d5b9e33fda465d
Author: vsharma <[email protected]>
AuthorDate: Fri Apr 13 01:06:24 2018 +0530

    AMBARI-23564 Start All Services Fails after ambari upgrade as Livy(Spark2) 
tries to access Namenode which is not yet started
---
 .../src/main/resources/stacks/HDP/2.5/role_command_order.json          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 eee5b97..bad2627 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
@@ -11,8 +11,9 @@
     "HIVE_SERVICE_CHECK-SERVICE_CHECK": ["HIVE_SERVER-START", 
"HIVE_METASTORE-START", "WEBHCAT_SERVER-START", 
"HIVE_SERVER_INTERACTIVE-START"],
     "RANGER_ADMIN-START": ["ZOOKEEPER_SERVER-START", "INFRA_SOLR-START"],
     "LIVY_SERVER-START" : ["NAMENODE-START", "DATANODE-START", 
"APP_TIMELINE_SERVER-START"],
+    "LIVY2_SERVER-START" : ["NAMENODE-START", "DATANODE-START", 
"APP_TIMELINE_SERVER-START"],
     "SPARK_SERVICE_CHECK-SERVICE_CHECK" : ["SPARK_JOBHISTORYSERVER-START", 
"LIVY_SERVER-START"],
-    "SPARK2_SERVICE_CHECK-SERVICE_CHECK" : ["SPARK2_JOBHISTORYSERVER-START", 
"APP_TIMELINE_SERVER-START"]
+    "SPARK2_SERVICE_CHECK-SERVICE_CHECK" : ["SPARK2_JOBHISTORYSERVER-START", 
"LIVY2_SERVER-START"]
   },
   "_comment" : "Dependencies that are used when GLUSTERFS is not present in 
cluster",
   "optional_no_glusterfs": {

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to