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:39 UTC

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

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


AMBARI-18644. Move LOGSEARCH role command order to common-services/LOGSEARCH (aonishuk)


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

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

----------------------------------------------------------------------
 .../common-services/LOGSEARCH/0.5.0/role_command_order.json | 9 +++++++++
 .../HDP/2.2/services/LOGSEARCH/role_command_order.json      | 9 ---------
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3e1de1af/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/role_command_order.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/role_command_order.json b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/role_command_order.json
new file mode 100644
index 0000000..34a95fa
--- /dev/null
+++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/role_command_order.json
@@ -0,0 +1,9 @@
+{
+  "general_deps" : {
+    "_comment" : "dependencies for LOGSEARCH",
+    "LOGSEARCH_SERVER-START": ["INFRA_SOLR-START", "ZOOKEEPER_SERVER-START"],
+    "LOGSEARCH_LOGFEEDER-START": ["INFRA_SOLR-START", "LOGSEARCH_SERVER-START"],
+    "LOGSEARCH_SERVICE_CHECK-SERVICE_CHECK": ["INFRA_SOLR-START", "LOGSEARCH_SERVER-START"],
+    "LOGSEARCH_SERVER-RESTART" : ["INFRA_SOLR-RESTART"]
+  }
+}

http://git-wip-us.apache.org/repos/asf/ambari/blob/3e1de1af/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/role_command_order.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/role_command_order.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/role_command_order.json
deleted file mode 100755
index e294e1b..0000000
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/role_command_order.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "general_deps" : {
-    "_comment" : "dependencies for logsearch",
-    "LOGSEARCH_SERVER-START": ["INFRA_SOLR-START", "ZOOKEEPER_SERVER-START"],
-    "LOGSEARCH_LOGFEEDER-START": ["INFRA_SOLR-START", "LOGSEARCH_SERVER-START"],
-    "LOGSEARCH_SERVICE_CHECK-SERVICE_CHECK": ["INFRA_SOLR-START", "LOGSEARCH_SERVER-START"],
-    "LOGSEARCH_SERVER-RESTART" : ["INFRA_SOLR-RESTART"]
-  }
-}