Repository: ambari Updated Branches: refs/heads/branch-2.4 92c89bbfb -> 1feda4343
AMBARI-16886. "Zeppelin service check" was scheduled before "Zeppelin Notebook Start" (Renjith Kamath via pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1feda434 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1feda434 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1feda434 Branch: refs/heads/branch-2.4 Commit: 1feda434390324d06a1af922328b3d1b4c788305 Parents: 92c89bb Author: Pallav Kulshreshtha <[email protected]> Authored: Thu May 26 21:34:52 2016 +0530 Committer: Pallav Kulshreshtha <[email protected]> Committed: Thu May 26 21:36:22 2016 +0530 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.5/role_command_order.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1feda434/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 4013835..4a7c1d2 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 @@ -3,7 +3,8 @@ "_comment" : "blockedRole-blockedCommand: [blockerRole1-blockerCommand1, blockerRole2-blockerCommand2, ...]", "general_deps" : { "_comment" : "dependencies for all cases", - "ZEPPELIN_MASTER-START" : ["NAMENODE-START"], + "ZEPPELIN_MASTER-START" : ["NAMENODE-START", "SPARK_JOBHISTORYSERVER-START"], + "ZEPPELIN_SERVICE_CHECK-SERVICE_CHECK" : ["ZEPPELIN_MASTER-START"], "HIVE_SERVER_INTERACTIVE-START": ["NODEMANAGER-START", "MYSQL_SERVER-START"], "HIVE_SERVER_INTERACTIVE-RESTART": ["NODEMANAGER-RESTART", "MYSQL_SERVER-RESTART"], "HIVE_SERVICE_CHECK-SERVICE_CHECK": ["HIVE_SERVER-START", "HIVE_METASTORE-START", "WEBHCAT_SERVER-START", "HIVE_SERVER_INTERACTIVE-START"],
