HADOOP-6146. Upgrade to JetS3t version 0.7.1.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@795028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8bd2486b51
commit
5478e9a188
|
@ -478,6 +478,8 @@ Trunk (unreleased changes)
|
||||||
HADOOP-6148. Implement a fast, pure Java CRC32 calculator which outperforms
|
HADOOP-6148. Implement a fast, pure Java CRC32 calculator which outperforms
|
||||||
java.util.zip.CRC32. (Todd Lipcon and Scott Carey via szetszwo)
|
java.util.zip.CRC32. (Todd Lipcon and Scott Carey via szetszwo)
|
||||||
|
|
||||||
|
HADOOP-6146. Upgrade to JetS3t version 0.7.1. (tomwhite)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-5595. NameNode does not need to run a replicator to choose a
|
HADOOP-5595. NameNode does not need to run a replicator to choose a
|
||||||
|
|
|
@ -45,7 +45,7 @@ ivy.version=2.0.0-rc2
|
||||||
jasper.version=5.5.12
|
jasper.version=5.5.12
|
||||||
jsp.version=2.1
|
jsp.version=2.1
|
||||||
jsp-api.version=5.5.12
|
jsp-api.version=5.5.12
|
||||||
jets3t.version=0.6.1
|
jets3t.version=0.7.1
|
||||||
jetty.version=6.1.14
|
jetty.version=6.1.14
|
||||||
jetty-util.version=6.1.14
|
jetty-util.version=6.1.14
|
||||||
junit.version=4.5
|
junit.version=4.5
|
||||||
|
|
Loading…
Reference in New Issue