AMBARI-19009. Remove Spark History Server dependency Zeppelin (magyari_sandor)


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

Branch: refs/heads/branch-feature-AMBARI-18901
Commit: 04c6b12232179522ccbe7f70e1c69534e3651b5f
Parents: c295941
Author: Sandor Magyari <smagy...@hortonworks.com>
Authored: Tue Nov 29 16:33:03 2016 +0100
Committer: Sandor Magyari <smagy...@hortonworks.com>
Committed: Tue Nov 29 16:33:03 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.5/role_command_order.json      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/04c6b122/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 0e1319a..f9207f6 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,7 @@
   "_comment" : "blockedRole-blockedCommand: [blockerRole1-blockerCommand1, 
blockerRole2-blockerCommand2, ...]",
   "general_deps" : {
     "_comment" : "dependencies for all cases",
-    "ZEPPELIN_MASTER-START" : ["NAMENODE-START", 
"SPARK_JOBHISTORYSERVER-START"],
+    "ZEPPELIN_MASTER-START" : ["NAMENODE-START"],
     "ZEPPELIN_SERVICE_CHECK-SERVICE_CHECK" : ["ZEPPELIN_MASTER-START"],
     "HIVE_SERVER_INTERACTIVE-START": ["RESOURCEMANAGER-START", 
"NODEMANAGER-START", "MYSQL_SERVER-START"],
     "RESOURCEMANAGER-STOP": ["HIVE_SERVER_INTERACTIVE-STOP", 
"SPARK_THRIFTSERVER-STOP", "SPARK2_THRIFTSERVER-STOP"],

Reply via email to