Browse Source

HADOOP-7407. Snappy integration breaks HDFS build. Contributed by Alejandro Abdelnur.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1137724 13f79535-47bb-0310-9956-ffa450edef68
Thomas White 14 years ago
parent
commit
92aba1eeca
2 changed files with 4 additions and 1 deletions
  1. 3 0
      common/CHANGES.txt
  2. 1 1
      common/ivy/hadoop-common-template.xml

+ 3 - 0
common/CHANGES.txt

@@ -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

+ 1 - 1
common/ivy/hadoop-common-template.xml

@@ -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>