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
This commit is contained in:
Thomas White 2011-06-20 18:02:20 +00:00
parent 7e1e4bf50f
commit 92aba1eeca
2 changed files with 4 additions and 1 deletions

View File

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

View File

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