Author: tucu
Date: Fri Oct 28 22:22:23 2011
New Revision: 1190632
URL: http://svn.apache.org/viewvc?rev=1190632&view=rev
Log:
Merge -r 1183067:1183068 from trunk to branch. FIXES: HADOOP-7737
Modified:
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
Modified:
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1190632&r1=1190631&r2=1190632&view=diff
==============================================================================
---
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++
hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
Fri Oct 28 22:22:23 2011
@@ -423,6 +423,14 @@ Release 0.23.0 - Unreleased
HADOOP-7360. Preserve relative paths that do not contain globs in FsShell.
(Daryn Sharp and Kihwal Lee via szetszwo)
+ HADOOP-7624. Set things up for a top level hadoop-tools module. (tucu)
+
+ HADOOP-7642. create hadoop-dist module where TAR stitching would happen.
+ (Thomas White via tucu)
+
+ HADOOP-7737. normalize hadoop-mapreduce & hadoop-dist dist/tar build with
+ common/hdfs. (tucu)
+
OPTIMIZATIONS
HADOOP-7333. Performance improvement in PureJavaCrc32. (Eric Caspole
@@ -954,11 +962,6 @@ Release 0.22.0 - Unreleased
HADOOP-7772. javadoc the topology classes (stevel)
- HADOOP-7624. Set things up for a top level hadoop-tools module. (tucu)
-
- HADOOP-7642. create hadoop-dist module where TAR stitching would happen.
- (Thomas White via tucu)
-
OPTIMIZATIONS
HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).