You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ha...@apache.org on 2011/11/12 02:50:36 UTC

svn commit: r1201172 - in /incubator/hcatalog/trunk: CHANGES.txt build-common.xml ivy.xml ivy/libraries.properties lib/hadoop_archive-0.3.1.jar

Author: hashutosh
Date: Sat Nov 12 02:50:35 2011
New Revision: 1201172

URL: http://svn.apache.org/viewvc?rev=1201172&view=rev
Log:
HCATALOG-158 : Update HAR support to work with Hadoop 205 (thw via hashutosh)

Removed:
    incubator/hcatalog/trunk/lib/hadoop_archive-0.3.1.jar
Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/build-common.xml
    incubator/hcatalog/trunk/ivy.xml
    incubator/hcatalog/trunk/ivy/libraries.properties

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1201172&r1=1201171&r2=1201172&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Sat Nov 12 02:50:35 2011
@@ -50,6 +50,8 @@ Trunk (unreleased changes)
   HCAT-63. RPM package integration with Hadoop (khorgath via hashutosh)
 
   IMPROVEMENTS
+  HCAT-158. Update HAR support to work with Hadoop 205 (thw via hashutosh)
+
   HCAT-111. Issues with install instructions and release notes in release candidate (gates via hashutosh)
 
   HCAT-103. Update documentation after rpm changes per HCATALOG-63 (khorgath via hashutosh)

Modified: incubator/hcatalog/trunk/build-common.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build-common.xml?rev=1201172&r1=1201171&r2=1201172&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build-common.xml (original)
+++ incubator/hcatalog/trunk/build-common.xml Sat Nov 12 02:50:35 2011
@@ -32,7 +32,6 @@
         <fileset dir="${hive.root}/build/ivy/lib/default" includes="datanucleus-core-*.jar"/>
         <fileset dir="${hive.root}/build/ivy/lib/default" includes="jdo2-api-*.jar"/>
         <fileset dir="${hive.root}/build/ivy/lib/default" includes="libfb303-*.jar"/>
-        <fileset dir="${common.lib.dir}" includes="hadoop_archive-0.3.1.jar"/>
         <fileset dir="${hive.root}/lib" includes="asm-3.1.jar"/>
     </path>
 

Modified: incubator/hcatalog/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/ivy.xml?rev=1201172&r1=1201171&r2=1201172&view=diff
==============================================================================
--- incubator/hcatalog/trunk/ivy.xml (original)
+++ incubator/hcatalog/trunk/ivy.xml Sat Nov 12 02:50:35 2011
@@ -45,6 +45,7 @@
         <dependency org="org.apache.hadoop" name="hadoop-core" rev="${hadoop-core.version}"
           conf="common->master"/>
           -->
+        <dependency org="org.apache.hadoop" name="hadoop-tools" rev="${hadoop-tools.version}" conf="common->master" />
         <dependency org="javax.jms" name="jms" rev="${jms.version}" conf="common->master" />
         <dependency org="org.apache.activemq" name="activemq-all" rev="${activemq.version}" conf="common->master" />
         <dependency org="javax.management.j2ee" name="management-api" rev="${javax-mgmt.version}" conf="common->master" /> 

Modified: incubator/hcatalog/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/ivy/libraries.properties?rev=1201172&r1=1201171&r2=1201172&view=diff
==============================================================================
--- incubator/hcatalog/trunk/ivy/libraries.properties (original)
+++ incubator/hcatalog/trunk/ivy/libraries.properties Sat Nov 12 02:50:35 2011
@@ -18,6 +18,7 @@ ivy.version=2.2.0
 pig.version=0.8.0
 commons-cli.version=1.0
 #hadoop-core.version=0.20.2 Waiting for a secure version of hadoop in maven
+hadoop-tools.version=0.20.205.0
 jms.version=1.1
 activemq.version=5.5.0
 javax-mgmt.version=1.1-rev-1