You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by tt...@apache.org on 2017/05/11 17:27:22 UTC

ambari git commit: AMBARI-20992 - HDFS metainfo.xml has the wrong scope for component dependencies

Repository: ambari
Updated Branches:
  refs/heads/trunk 7e2dd63b7 -> 1d46f23f7


AMBARI-20992 - HDFS metainfo.xml has the wrong scope for component dependencies


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

Branch: refs/heads/trunk
Commit: 1d46f23f743bf64a3d086863af02d15aeb36f484
Parents: 7e2dd63
Author: Tim Thorpe <tt...@apache.org>
Authored: Thu May 11 10:27:07 2017 -0700
Committer: Tim Thorpe <tt...@apache.org>
Committed: Thu May 11 10:27:07 2017 -0700

----------------------------------------------------------------------
 .../main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml | 6 +++---
 .../main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1d46f23f/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml
index 3026938..0769ae8 100644
--- a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml
+++ b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml
@@ -35,7 +35,7 @@
           <dependencies>
             <dependency>
               <name>HDFS/ZKFC</name>
-              <scope>host</scope>
+              <scope>cluster</scope>
               <auto-deploy>
                 <enabled>false</enabled>
               </auto-deploy>
@@ -48,7 +48,7 @@
             </dependency>
             <dependency>
               <name>ZOOKEEPER/ZOOKEEPER_SERVER</name>
-              <scope>host</scope>
+              <scope>cluster</scope>
               <auto-deploy>
                 <enabled>false</enabled>
               </auto-deploy>
@@ -61,7 +61,7 @@
             </dependency>
             <dependency>
               <name>HDFS/JOURNALNODE</name>
-              <scope>host</scope>
+              <scope>cluster</scope>
               <auto-deploy>
                 <enabled>false</enabled>
               </auto-deploy>

http://git-wip-us.apache.org/repos/asf/ambari/blob/1d46f23f/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml b/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml
index 967c974..0606883 100644
--- a/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml
+++ b/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml
@@ -35,7 +35,7 @@
           <dependencies>
             <dependency>
               <name>HDFS/ZKFC</name>
-              <scope>host</scope>
+              <scope>cluster</scope>
               <auto-deploy>
                 <enabled>false</enabled>
               </auto-deploy>
@@ -48,7 +48,7 @@
             </dependency>
             <dependency>
               <name>ZOOKEEPER/ZOOKEEPER_SERVER</name>
-              <scope>host</scope>
+              <scope>cluster</scope>
               <auto-deploy>
                 <enabled>false</enabled>
               </auto-deploy>
@@ -61,7 +61,7 @@
             </dependency>
             <dependency>
               <name>HDFS/JOURNALNODE</name>
-              <scope>host</scope>
+              <scope>cluster</scope>
               <auto-deploy>
                 <enabled>false</enabled>
               </auto-deploy>