Author: omalley
Date: Thu Feb 25 14:16:52 2010
New Revision: 916292
URL: http://svn.apache.org/viewvc?rev=916292&view=rev
Log:
HADOOP-6579. Upgrade the commons-codec library to 1.4. (omalley)
Modified:
hadoop/hdfs/trunk/.eclipse.templates/.classpath
hadoop/hdfs/trunk/CHANGES.txt
hadoop/hdfs/trunk/ivy/libraries.properties
hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml
Modified: hadoop/hdfs/trunk/.eclipse.templates/.classpath
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/.eclipse.templates/.classpath?rev=916292&r1=916291&r2=916292&view=diff
==============================================================================
--- hadoop/hdfs/trunk/.eclipse.templates/.classpath (original)
+++ hadoop/hdfs/trunk/.eclipse.templates/.classpath Thu Feb 25 14:16:52 2010
@@ -12,7 +12,7 @@
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Hdfs/common/hadoop-core-0.22.0-SNAPSHOT.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Hdfs/test/hadoop-core-test-0.22.0-SNAPSHOT.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Hdfs/common/commons-cli-1.2.jar"/>
- <classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Hdfs/common/commons-codec-1.3.jar"/>
+ <classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Hdfs/common/commons-codec-1.4.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Hdfs/common/commons-el-1.0.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Hdfs/common/commons-httpclient-3.0.1.jar"/>
<classpathentry kind="lib"
path="build/ivy/lib/Hadoop-Hdfs/common/commons-logging-1.1.1.jar"/>
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=916292&r1=916291&r2=916292&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Thu Feb 25 14:16:52 2010
@@ -21,8 +21,8 @@
HDFS-935. Adds a real user component in Delegation token.
(Jitendra Nath Pandey via ddas)
- HDFS-245. Adds a symlink implementation to HDFS. This complements the new
symlink feature added in HADOOP-6421
- (Eli Collins via Sanjay Radia)
+ HDFS-245. Adds a symlink implementation to HDFS. This complements the new
+ symlink feature added in HADOOP-6421 (Eli Collins via Sanjay Radia)
IMPROVEMENTS
@@ -73,12 +73,15 @@
meaningful exceptions when there are failures instead of returning
false. (omalley)
+ HADOOP-6579. Upgrade the commons-codec library to 1.4. (omalley)
+
OPTIMIZATIONS
HDFS-946. NameNode should not return full path name when lisitng a
diretory or getting the status of a file. (hairong)
BUG FIXES
+
HDFS-913. Rename fault injection test TestRename.java to TestFiRename.java
to include it in tests run by ant target run-test-hdfs-fault-inject.
(suresh)
Modified: hadoop/hdfs/trunk/ivy/libraries.properties
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/ivy/libraries.properties?rev=916292&r1=916291&r2=916292&view=diff
==============================================================================
--- hadoop/hdfs/trunk/ivy/libraries.properties (original)
+++ hadoop/hdfs/trunk/ivy/libraries.properties Thu Feb 25 14:16:52 2010
@@ -21,7 +21,6 @@
commons-cli.version=1.2
commons-cli2.version=2.0-mahout
-commons-codec.version=1.3
commons-collections.version=3.1
commons-httpclient.version=3.0.1
commons-lang.version=2.4
Modified: hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml?rev=916292&r1=916291&r2=916292&view=diff
==============================================================================
--- hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml (original)
+++ hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml Thu Feb 25 14:16:52 2010
@@ -93,7 +93,7 @@
<dependency org="commons-httpclient" name="commons-httpclient"
rev="3.1" conf="common->master"/>
<dependency org="commons-io" name="commons-io" rev="1.4"
conf="common->master"/>
<dependency org="commons-lang" name="commons-lang" rev="2.3"
conf="common->master"/>
- <dependency org="commons-codec" name="commons-codec" rev="1.3"
conf="common->master"/>
+ <dependency org="commons-codec" name="commons-codec" rev="1.4"
conf="common->master"/>
<dependency org="aspectj" name="aspectjrt" rev="1.5.3"
conf="common->master"/>