You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2011/06/20 20:02:20 UTC

svn commit: r1137724 - in /hadoop/common/trunk/common: CHANGES.txt ivy/hadoop-common-template.xml

Author: tomwhite
Date: Mon Jun 20 18:02:20 2011
New Revision: 1137724

URL: http://svn.apache.org/viewvc?rev=1137724&view=rev
Log:
HADOOP-7407. Snappy integration breaks HDFS build. Contributed by Alejandro Abdelnur.

Modified:
    hadoop/common/trunk/common/CHANGES.txt
    hadoop/common/trunk/common/ivy/hadoop-common-template.xml

Modified: hadoop/common/trunk/common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/common/CHANGES.txt?rev=1137724&r1=1137723&r2=1137724&view=diff
==============================================================================
--- hadoop/common/trunk/common/CHANGES.txt (original)
+++ hadoop/common/trunk/common/CHANGES.txt Mon Jun 20 18:02:20 2011
@@ -325,6 +325,9 @@ Trunk (unreleased changes)
 
     HADOOP-7402. TestConfiguration doesn't clean up after itself. (atm via eli)
 
+    HADOOP-7407. Snappy integration breaks HDFS build. (Alejandro Abdelnur
+    via tomwhite)
+
 Release 0.22.0 - Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/common/trunk/common/ivy/hadoop-common-template.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/common/ivy/hadoop-common-template.xml?rev=1137724&r1=1137723&r2=1137724&view=diff
==============================================================================
--- hadoop/common/trunk/common/ivy/hadoop-common-template.xml (original)
+++ hadoop/common/trunk/common/ivy/hadoop-common-template.xml Mon Jun 20 18:02:20 2011
@@ -157,7 +157,7 @@
     </dependency>
     <dependency>
       <groupId>org.xerial.snappy</groupId>
-      <artifactId>java-snappy</artifactId>
+      <artifactId>snappy-java</artifactId>
       <version>1.0.3-rc2</version>
     </dependency>
   </dependencies>