You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2017/04/17 18:49:04 UTC

ambari git commit: AMBARI-20753. HDP 3.0 TP - temporarily install RPMs hive2 and remove Pig dependency from Hive (alejandro)

Repository: ambari
Updated Branches:
  refs/heads/trunk 6806d38b8 -> 358a58871


AMBARI-20753. HDP 3.0 TP - temporarily install RPMs hive2 and remove Pig dependency from Hive (alejandro)


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

Branch: refs/heads/trunk
Commit: 358a58871745fb65e93f1e968c03141ee9c6368a
Parents: 6806d38
Author: Alejandro Fernandez <af...@hortonworks.com>
Authored: Wed Apr 12 17:35:29 2017 -0700
Committer: Alejandro Fernandez <af...@hortonworks.com>
Committed: Mon Apr 17 11:47:26 2017 -0700

----------------------------------------------------------------------
 .../common-services/HIVE/2.1.0.3.0/metainfo.xml          | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/358a5887/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/metainfo.xml b/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/metainfo.xml
index 6d9098f..4225f19 100644
--- a/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/metainfo.xml
+++ b/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/metainfo.xml
@@ -424,6 +424,9 @@
         <osSpecific>
           <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
+            <!--
+            TODO AMBARI-20753
+            Re-add after Hive has all of its packages using the correct RPM name.
             <package>
               <name>hive-${stack_version}</name>
             </package>
@@ -438,10 +441,11 @@
               <condition>should_install_hive_atlas</condition>
             </package>
             <package>
-              <name>hive2-${stack_version}</name>
+              <name>tez-hive2-${stack_version}</name>
             </package>
+            -->
             <package>
-              <name>tez-hive2-${stack_version}</name>
+              <name>hive2-${stack_version}</name>
             </package>
           </packages>
         </osSpecific>
@@ -491,7 +495,10 @@
         <service>HDFS</service>
         <service>YARN</service>
         <service>TEZ</service>
+        <!-- TODO AMBARI-20753
+        Re-add after Pig service is being packaged.
         <service>PIG</service>
+        -->
         <service>SLIDER</service>
       </requiredServices>