Author: omalley
Date: Fri Jan 22 19:13:30 2010
New Revision: 902232
URL: http://svn.apache.org/viewvc?rev=902232&view=rev
Log:
HDFS-902 Move contrib/raid to MapReduce. (Eli Collins via omalley)
Removed:
hadoop/hdfs/trunk/src/contrib/raid/
Modified:
hadoop/hdfs/trunk/CHANGES.txt
hadoop/hdfs/trunk/src/contrib/build.xml
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=902232&r1=902231&r2=902232&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Fri Jan 22 19:13:30 2010
@@ -6,10 +6,6 @@
NEW FEATURES
- HDFS-503. This patch implements an optional layer over HDFS that
- implements offline erasure-coding. It can be used to reduce the
- total storage requirements of HDFS. (dhruba)
-
HDFS-654. Add support new atomic rename functionality in HDFS for
supporting rename in FileContext. (suresh)
@@ -28,7 +24,8 @@
HDFS-840. Change tests to use FileContext test helper introduced in
HADOOP-6394. (Jitendra Nath Pandey via suresh)
- HDFS-685. Use the user-to-groups mapping service in the NameNode. (boryas,
acmurthy)
+ HDFS-685. Use the user-to-groups mapping service in the NameNode.
+ (boryas, acmurthy)
HDFS-755. Read multiple checksum chunks at once in DFSInputStream.
(Todd Lipcon via tomwhite)
@@ -39,6 +36,8 @@
HDFS-587. Add support for specifying queue name in mapreduce tests.
(Erik Steffl via suresh)
+ HDFS-902 Move contrib/raid to MapReduce. (Eli Collins via omalley)
+
OPTIMIZATIONS
BUG FIXES
Modified: hadoop/hdfs/trunk/src/contrib/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/build.xml?rev=902232&r1=902231&r2=902232&view=diff
==============================================================================
--- hadoop/hdfs/trunk/src/contrib/build.xml (original)
+++ hadoop/hdfs/trunk/src/contrib/build.xml Fri Jan 22 19:13:30 2010
@@ -46,7 +46,6 @@
<!-- ====================================================== -->
<target name="test">
<subant target="test">
- <fileset dir="." includes="raid/build.xml"/>
<fileset dir="." includes="hdfsproxy/build.xml"/>
</subant>
</target>