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:
parent
7e1e4bf50f
commit
92aba1eeca
|
@ -325,6 +325,9 @@ 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
|
||||||
|
|
|
@ -157,7 +157,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xerial.snappy</groupId>
|
<groupId>org.xerial.snappy</groupId>
|
||||||
<artifactId>java-snappy</artifactId>
|
<artifactId>snappy-java</artifactId>
|
||||||
<version>1.0.3-rc2</version>
|
<version>1.0.3-rc2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in New Issue