You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2016/10/20 14:18:10 UTC

ambari git commit: AMBARI-18643. Move ZEPPELIN role command order to common-services/ZEPPELIN (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk febd71ea0 -> 87cbaa550


AMBARI-18643. Move ZEPPELIN role command order to common-services/ZEPPELIN (aonishuk)


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

Branch: refs/heads/trunk
Commit: 87cbaa550bb5bead401e1cc3872990ee63c665ad
Parents: febd71e
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Oct 20 17:18:00 2016 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Oct 20 17:18:00 2016 +0300

----------------------------------------------------------------------
 .../ZEPPELIN/0.6.0.2.5/role_command_order.json                | 7 +++++++
 .../src/main/resources/stacks/HDP/2.5/role_command_order.json | 2 --
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/87cbaa55/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/role_command_order.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/role_command_order.json b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/role_command_order.json
new file mode 100644
index 0000000..86dbc85
--- /dev/null
+++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/role_command_order.json
@@ -0,0 +1,7 @@
+{
+  "general_deps" : {
+    "_comment" : "dependencies for ZEPPELIN",
+    "ZEPPELIN_MASTER-START" : ["NAMENODE-START", "SPARK_JOBHISTORYSERVER-START"],
+    "ZEPPELIN_SERVICE_CHECK-SERVICE_CHECK" : ["ZEPPELIN_MASTER-START"]
+  }
+}

http://git-wip-us.apache.org/repos/asf/ambari/blob/87cbaa55/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..f2616b0 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,8 +3,6 @@
   "_comment" : "blockedRole-blockedCommand: [blockerRole1-blockerCommand1, blockerRole2-blockerCommand2, ...]",
   "general_deps" : {
     "_comment" : "dependencies for all cases",
-    "ZEPPELIN_MASTER-START" : ["NAMENODE-START", "SPARK_JOBHISTORYSERVER-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"],
     "NODEMANAGER-STOP": ["HIVE_SERVER_INTERACTIVE-STOP"],