Repository: ambari
Updated Branches:
  refs/heads/trunk 156b98e4c -> 526a16bc3


AMBARI-5420. Server fails due to old syntactic in metainfo.xml (osType tag is 
deprecated). (mpapirkovskyy)


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

Branch: refs/heads/trunk
Commit: 526a16bc36d74a56c9818451bcbedddf03567fac
Parents: 156b98e
Author: Myroslav Papirkovskyy <[email protected]>
Authored: Thu Apr 10 16:03:10 2014 +0300
Committer: Myroslav Papirkovskyy <[email protected]>
Committed: Thu Apr 10 16:03:53 2014 +0300

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/2.0.6/services/FLUME/metainfo.xml  | 2 +-
 .../stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/metainfo.xml     | 2 +-
 .../stacks/HDP/2.1.GlusterFS/services/YARN/metainfo.xml          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/526a16bc/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/metainfo.xml
index f5df089..28c423c 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/FLUME/metainfo.xml
@@ -36,7 +36,7 @@
 
       <osSpecifics>
         <osSpecific>
-          <osType>any</osType>
+          <osFamily>any</osFamily>
           <packages>
             <package>
               <type>rpm</type>

http://git-wip-us.apache.org/repos/asf/ambari/blob/526a16bc/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/metainfo.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/metainfo.xml
index 64236fe..629893d 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/metainfo.xml
@@ -36,7 +36,7 @@
 <!--
       <osSpecifics>
         <osSpecific>
-          <osType>any</osType>
+          <osFamily>any<osFamily>
           <packages>
             <package>
               <type>rpm</type>

http://git-wip-us.apache.org/repos/asf/ambari/blob/526a16bc/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/metainfo.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/metainfo.xml
index 1f5e949..61b32a1 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/metainfo.xml
@@ -68,7 +68,7 @@
 
       <osSpecifics>
         <osSpecific>
-          <osType>any</osType>
+          <osFamily>any</osFamily>
           <packages>
             <package>
               <type>rpm</type>
@@ -139,7 +139,7 @@
 
       <osSpecifics>
         <osSpecific>
-          <osType>any</osType>
+          <osFamily>any</osFamily>
           <packages>
             <package>
               <type>rpm</type>

Reply via email to