Revert commit 1137724 (HADOOP-7407)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1139386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2011-06-24 17:38:52 +00:00
parent 2f48fae72a
commit c37819c08a
2 changed files with 1 additions and 4 deletions

View File

@ -328,9 +328,6 @@ Trunk (unreleased changes)
HADOOP-7402. TestConfiguration doesn't clean up after itself. (atm via eli) 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 Release 0.22.0 - Unreleased
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -157,7 +157,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.xerial.snappy</groupId> <groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId> <artifactId>java-snappy</artifactId>
<version>1.0.3-rc2</version> <version>1.0.3-rc2</version>
</dependency> </dependency>
</dependencies> </dependencies>