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:46:48 UTC

svn commit: r1201171 - in /incubator/hcatalog/branches/branch-0.2: CHANGES.txt build.xml ivy.xml ivy/libraries.properties lib/hadoop_archive-0.3.1.jar

Author: hashutosh
Date: Sat Nov 12 02:46:48 2011
New Revision: 1201171

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

Removed:
    incubator/hcatalog/branches/branch-0.2/lib/hadoop_archive-0.3.1.jar
Modified:
    incubator/hcatalog/branches/branch-0.2/CHANGES.txt
    incubator/hcatalog/branches/branch-0.2/build.xml
    incubator/hcatalog/branches/branch-0.2/ivy.xml
    incubator/hcatalog/branches/branch-0.2/ivy/libraries.properties

Modified: incubator/hcatalog/branches/branch-0.2/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/CHANGES.txt?rev=1201171&r1=1201170&r2=1201171&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.2/CHANGES.txt Sat Nov 12 02:46:48 2011
@@ -35,6 +35,8 @@ Release 0.2.0 - Sept-2011
     (Krishna Kumar via macyang)
     
   IMPROVEMENTS
+    HCAT-158. Update HAR support to work with Hadoop 205 (thw via hashutosh)
+
     HCAT-153. More comprehensive documentation for notification
 
     HCAT-99. HCatalog V2 Docs (chandec via hashutosh) 

Modified: incubator/hcatalog/branches/branch-0.2/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/build.xml?rev=1201171&r1=1201170&r2=1201171&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.2/build.xml Sat Nov 12 02:46:48 2011
@@ -121,7 +121,6 @@
     <fileset dir="${hive.root}/build/ivy/lib/default" includes="jdo2-api-2.3-ec.jar"/>
     <fileset dir="${hive.root}/build/ivy/lib/default" includes="datanucleus-enhancer-2.0.3.jar"/>
     <fileset dir="${hive.root}/build/ivy/lib/default" includes="datanucleus-core-2.0.3.jar"/>
-    <fileset dir="${lib.dir}" includes="hadoop_archive-0.3.1.jar"/>
  <fileset dir="${hive.root}/lib" includes="asm-3.1.jar"/>
   </path>
 

Modified: incubator/hcatalog/branches/branch-0.2/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/ivy.xml?rev=1201171&r1=1201170&r2=1201171&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/ivy.xml (original)
+++ incubator/hcatalog/branches/branch-0.2/ivy.xml Sat Nov 12 02:46:48 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/branches/branch-0.2/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/ivy/libraries.properties?rev=1201171&r1=1201170&r2=1201171&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/ivy/libraries.properties (original)
+++ incubator/hcatalog/branches/branch-0.2/ivy/libraries.properties Sat Nov 12 02:46:48 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