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

jluniya pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 79c56db  AMBARI-23457 : Hive-server-interactive service needs to be 
started after Ranger-Admin. (#906)
79c56db is described below

commit 79c56db79002c13ac35e0b13ceddd02b9cbcc961
Author: vishalsuvagia <vishalsuva...@users.noreply.github.com>
AuthorDate: Tue Apr 10 11:47:49 2018 +0530

    AMBARI-23457 : Hive-server-interactive service needs to be started after 
Ranger-Admin. (#906)
---
 ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json | 2 +-
 1 file changed, 1 insertion(+), 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 b946097..a84958d 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
@@ -5,7 +5,7 @@
     "_comment" : "dependencies for all cases",
     "ZEPPELIN_MASTER-START" : ["NAMENODE-START"],
     "ZEPPELIN_SERVICE_CHECK-SERVICE_CHECK" : ["ZEPPELIN_MASTER-START"],
-    "HIVE_SERVER_INTERACTIVE-START": ["RESOURCEMANAGER-START", 
"NODEMANAGER-START", "MYSQL_SERVER-START"],
+    "HIVE_SERVER_INTERACTIVE-START": ["RESOURCEMANAGER-START", 
"NODEMANAGER-START", "MYSQL_SERVER-START", "RANGER_USERSYNC-START"],
     "RESOURCEMANAGER-STOP": ["HIVE_SERVER_INTERACTIVE-STOP", 
"SPARK_THRIFTSERVER-STOP", "SPARK2_THRIFTSERVER-STOP"],
     "NODEMANAGER-STOP": ["HIVE_SERVER_INTERACTIVE-STOP"],
     "NAMENODE-STOP": ["HIVE_SERVER_INTERACTIVE-STOP"],

-- 
To stop receiving notification emails like this one, please contact
jlun...@apache.org.

Reply via email to