Repository: ambari Updated Branches: refs/heads/trunk 14e4956f1 -> 322893abb
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/322893ab Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/322893ab Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/322893ab Branch: refs/heads/trunk Commit: 322893abbe5b76f5e95d068c6f527967b303356d Parents: 14e4956 Author: Pallav Kulshreshtha <[email protected]> Authored: Thu May 26 21:34:52 2016 +0530 Committer: Pallav Kulshreshtha <[email protected]> Committed: Thu May 26 21:34:52 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/322893ab/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"],
