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 2014/01/24 17:05:00 UTC

git commit: AMBARI-4414. Pig install fails on stack 2.1.1 (aonishuk)

Updated Branches:
  refs/heads/trunk ca103852f -> 847a91011


AMBARI-4414. Pig install fails on stack 2.1.1 (aonishuk)


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

Branch: refs/heads/trunk
Commit: 847a91011d4048580cc8b2bfe7b9454832ec64d6
Parents: ca10385
Author: Andrew Onischuk <ao...@hortonworks.com>
Authored: Fri Jan 24 07:57:35 2014 -0800
Committer: Andrew Onischuk <ao...@hortonworks.com>
Committed: Fri Jan 24 08:04:47 2014 -0800

----------------------------------------------------------------------
 .../stacks/HDP/1.3.3/services/GANGLIA/metainfo.xml          | 7 +++++++
 .../resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml  | 2 +-
 .../resources/stacks/HDP/1.3.3/services/PIG/metainfo.xml    | 2 +-
 .../stacks/HDP/2.1.1/services/GANGLIA/metainfo.xml          | 9 ++++++++-
 .../resources/stacks/HDP/2.1.1/services/HBASE/metainfo.xml  | 2 +-
 .../resources/stacks/HDP/2.1.1/services/PIG/metainfo.xml    | 2 +-
 6 files changed, 19 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/847a9101/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/GANGLIA/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/GANGLIA/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/GANGLIA/metainfo.xml
index 09d78a6..36381ce 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/GANGLIA/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/GANGLIA/metainfo.xml
@@ -94,6 +94,13 @@
           </package>
         </osSpecific>
         <osSpecific>
+          <osType>centos5</osType>
+          <package>
+            <type>rpm</type>
+            <name>httpd</name>
+          </package>
+        </osSpecific>
+        <osSpecific>
           <osType>centos6</osType>
           <package>
             <type>rpm</type>

http://git-wip-us.apache.org/repos/asf/ambari/blob/847a9101/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml
index 4c610db..6daece5 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml
@@ -96,7 +96,7 @@
 
       <osSpecifics>
         <osSpecific>
-          <osType>centos6</osType>
+          <osType>any</osType>
           <packages>
             <package>
               <type>rpm</type>

http://git-wip-us.apache.org/repos/asf/ambari/blob/847a9101/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/PIG/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/PIG/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/PIG/metainfo.xml
index 9fb2c06..6c9863c 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/PIG/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/PIG/metainfo.xml
@@ -36,7 +36,7 @@
       </components>
       <osSpecifics>
         <osSpecific>
-          <osType>centos6</osType>
+          <osType>any</osType>
           <packages>
             <package>
               <type>rpm</type>

http://git-wip-us.apache.org/repos/asf/ambari/blob/847a9101/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/GANGLIA/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/GANGLIA/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/GANGLIA/metainfo.xml
index ad17c06..d69441b 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/GANGLIA/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/GANGLIA/metainfo.xml
@@ -89,6 +89,13 @@
           </package>
         </osSpecific>
         <osSpecific>
+          <osType>centos5</osType>
+          <package>
+            <type>rpm</type>
+            <name>httpd</name>
+          </package>
+        </osSpecific>
+        <osSpecific>
           <osType>centos6</osType>
           <package>
             <type>rpm</type>
@@ -98,4 +105,4 @@
       </osSpecifics>
     </service>
   </services>
-</metainfo>
\ No newline at end of file
+</metainfo>

http://git-wip-us.apache.org/repos/asf/ambari/blob/847a9101/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HBASE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HBASE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HBASE/metainfo.xml
index 15d1045..5b8336d 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HBASE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HBASE/metainfo.xml
@@ -66,7 +66,7 @@
 
       <osSpecifics>
         <osSpecific>
-          <osType>centos6</osType>
+          <osType>any</osType>
           <packages>
             <package>
               <type>rpm</type>

http://git-wip-us.apache.org/repos/asf/ambari/blob/847a9101/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/PIG/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/PIG/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/PIG/metainfo.xml
index 2e7d493..beeff8d 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/PIG/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/PIG/metainfo.xml
@@ -35,7 +35,7 @@
       </components>
       <osSpecifics>
         <osSpecific>
-          <osType>centos6</osType>
+          <osType>any</osType>
           <packages>
             <package>
               <type>rpm</type>