You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2015/06/16 19:32:57 UTC

[2/2] ambari git commit: AMBARI-11955. After installing new repo version, some packages are installed from non-current repository under Centos 6 (dlysnichenko)

AMBARI-11955. After installing new repo version, some packages are installed from non-current repository under Centos 6 (dlysnichenko)


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

Branch: refs/heads/branch-2.1
Commit: 7e7a109d55075a84f5130623cc24c4d32905529f
Parents: 0f86b97
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Tue Jun 16 20:31:25 2015 +0300
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Tue Jun 16 20:32:12 2015 +0300

----------------------------------------------------------------------
 .../stacks/HDP/2.3/services/PIG/metainfo.xml          | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7e7a109d/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml
index 515f6fe..8ba2426 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml
@@ -23,19 +23,14 @@
       <version>0.15.0.2.3</version>
       <osSpecifics>
         <osSpecific>
-          <osFamily>any</osFamily>
-          <packages>
-            <package>
-              <name>datafu</name>
-            </package>
-          </packages>
-        </osSpecific>
-        <osSpecific>
           <osFamily>redhat7,redhat6,suse11</osFamily>
           <packages>
             <package>
               <name>pig_2_3_*</name>
             </package>
+            <package>
+              <name>datafu_2_3_*</name>
+            </package>
           </packages>
         </osSpecific>
         <osSpecific>
@@ -44,6 +39,9 @@
             <package>
               <name>pig-2-3-.*</name>
             </package>
+            <package>
+              <name>datafu-2-3-.*</name>
+            </package>
           </packages>
         </osSpecific>
       </osSpecifics>