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/02/03 17:44:17 UTC

[4/5] git commit: AMBARI-4503. MySQL fails to install on EC2, RHEL 6.4 AMI (Arsen Babych via aonishuk)

AMBARI-4503. MySQL fails to install on EC2, RHEL 6.4 AMI (Arsen Babych
via aonishuk)


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

Branch: refs/heads/trunk
Commit: 65d16bd9f5876cdc6aa41da7422491c73f0b893f
Parents: 92c040b
Author: Andrew Onischuk <ao...@hortonworks.com>
Authored: Mon Feb 3 08:10:57 2014 -0800
Committer: Andrew Onischuk <ao...@hortonworks.com>
Committed: Mon Feb 3 08:44:00 2014 -0800

----------------------------------------------------------------------
 .../HDP/2.0.6/services/GANGLIA/metainfo.xml     | 58 +++++++++++++++++---
 .../stacks/HDP/2.0.6/services/HIVE/metainfo.xml | 36 ++++++++++++
 2 files changed, 85 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/65d16bd9/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml
index d69441b..3bc07d6 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml
@@ -89,18 +89,58 @@
           </package>
         </osSpecific>
         <osSpecific>
+          <osType>centos6</osType>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>httpd</name>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
           <osType>centos5</osType>
-          <package>
-            <type>rpm</type>
-            <name>httpd</name>
-          </package>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>httpd</name>
+            </package>
+          </packages>
         </osSpecific>
         <osSpecific>
-          <osType>centos6</osType>
-          <package>
-            <type>rpm</type>
-            <name>httpd</name>
-          </package>
+          <osType>redhat6</osType>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>httpd</name>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
+          <osType>redhat5</osType>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>httpd</name>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
+          <osType>oraclelinux6</osType>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>httpd</name>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
+          <osType>oraclelinux5</osType>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>httpd</name>
+            </package>
+          </packages>
         </osSpecific>
       </osSpecifics>
     </service>

http://git-wip-us.apache.org/repos/asf/ambari/blob/65d16bd9/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
index 3e89601..d551e36 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
@@ -99,6 +99,42 @@
           </packages>
         </osSpecific>
         <osSpecific>
+          <osType>redhat6</osType>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>mysql-server</name>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
+          <osType>redhat5</osType>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>mysql-server</name>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
+          <osType>oraclelinux6</osType>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>mysql-server</name>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
+          <osType>oraclelinux5</osType>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>mysql-server</name>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
           <osType>suse</osType>
           <packages>
             <package>