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/5ab5de4b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5ab5de4b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5ab5de4b

Branch: refs/heads/branch-3.0-perf
Commit: 5ab5de4ba46a25c309540524a1881d08385e3623
Parents: 422c30f
Author: Alejandro Fernandez <[email protected]>
Authored: Wed Apr 12 17:35:29 2017 -0700
Committer: Andrew Onishuk <[email protected]>
Committed: Mon Apr 24 14:59:56 2017 +0300

----------------------------------------------------------------------
 .../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/5ab5de4b/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>
 

Reply via email to