Author: cutting
Date: Fri Mar 23 11:57:17 2007
New Revision: 521866
URL: http://svn.apache.org/viewvc?view=rev&rev=521866
Log:
HADOOP-1135, HADOOP-1145, HADOOP-1140, HADOOP-1150: Merge -r 519461:521864 from trunk, preparing for 0.12.2 release.
Modified:
lucene/hadoop/branches/branch-0.12/CHANGES.txt
lucene/hadoop/branches/branch-0.12/build.xml
lucene/hadoop/branches/branch-0.12/docs/index.html
lucene/hadoop/branches/branch-0.12/docs/index.pdf
lucene/hadoop/branches/branch-0.12/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java
lucene/hadoop/branches/branch-0.12/src/docs/src/documentation/content/xdocs/index.xml
lucene/hadoop/branches/branch-0.12/src/java/org/apache/hadoop/dfs/FSNamesystem.java
lucene/hadoop/branches/branch-0.12/src/java/org/apache/hadoop/metrics/spi/AbstractMetricsContext.java
lucene/hadoop/branches/branch-0.12/src/java/org/apache/hadoop/record/XmlRecordInput.java
lucene/hadoop/branches/branch-0.12/src/java/org/apache/hadoop/record/XmlRecordOutput.java
Modified: lucene/hadoop/branches/branch-0.12/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/branches/branch-0.12/CHANGES.txt?view=diff&rev=521866&r1=521865&r2=521866
==============================================================================
--- lucene/hadoop/branches/branch-0.12/CHANGES.txt (original)
+++ lucene/hadoop/branches/branch-0.12/CHANGES.txt Fri Mar 23 11:57:17 2007
@@ -1,6 +1,20 @@
Hadoop Change Log
+Release 0.12.2 - 2007-23-17
+
+ 1. HADOOP-1135. Fix bug in block report processing which may cause
+ the namenode to delete blocks. (Dhruba Borthakur via tomwhite)
+
+ 2. HADOOP-1145. Make XML serializer and deserializer classes public
+ in record package. (Milind Bhandarkar via cutting)
+
+ 3. HADOOP-1140. Fix a deadlock in metrics. (David Bowen via cutting)
+
+ 4. HADOOP-1150. Fix streaming -reducer and -mapper to give them
+ defaults. (Owen O'Malley via tomwhite)
+
+
Release 0.12.1 - 2007-03-17
1. HADOOP-1035. Fix a StackOverflowError in FSDataSet.
Modified: lucene/hadoop/branches/branch-0.12/build.xml
URL: http://svn.apache.org/viewvc/lucene/hadoop/branches/branch-0.12/build.xml?view=diff&rev=521866&r1=521865&r2=521866
==============================================================================
--- lucene/hadoop/branches/branch-0.12/build.xml (original)
+++ lucene/hadoop/branches/branch-0.12/build.xml Fri Mar 23 11:57:17 2007
@@ -9,7 +9,7 @@
For details see the release notes. The release can + be obtained from a + nearby mirror. +
+For details see the release notes. The release can be obtained from a nearby mirror.
- +For details see the release notes. The release can be obtained from a nearby mirror.
- +This fixes critical bugs in 0.11.1. For details see the release notes. The release can be obtained from a nearby mirror.
- +This fixes bugs in 0.11.0. For details see the release notes. The release can be obtained from a nearby mirror.
- +For details see the release notes. The release can be obtained from a nearby mirror.
- +This fixes critical bugs in 0.10.0. For details see the release notes. The release can be obtained from a nearby mirror.
- +For details see the release notes. The release can be obtained from a nearby mirror.
- +This fixes critical bugs in 0.9.1. For details see the release notes. The release can be obtained from a nearby mirror.
- +This fixes critical bugs in 0.9.0. For details see the release notes. The release can be obtained from a nearby mirror.
- +For details see the release notes. The release can be obtained from a nearby mirror.
- +For details see the release notes. The release can be obtained from a nearby mirror.
- +This fixes critical bugs in 0.7.1. For details see the release notes. The release can be obtained from a nearby mirror.
- +This fixes critical bugs in 0.7.0. For details see the release notes. The release can be obtained from a nearby mirror.
- +For details see the release notes. The release can be obtained from a nearby mirror.
- +This fixes critical bugs in 0.6.1. For details see the release notes. The release can be obtained from a nearby mirror.
- +This fixes critical bugs in 0.6.0. For details see the release notes. The release can be obtained from a nearby mirror.
- +For details see the release notes. The release can be obtained from a nearby mirror.
- +For details see the release notes. The release can be obtained from a nearby mirror.
- +For details see the change log. The release can be obtained from a nearby mirror.
- +This is a bugfix release. For details see the change log. The release can be obtained from a nearby mirror.
- +Hadoop now has a FAQ. Please help make this more complete!
- +This is a bugfix release. For details see the change log. The release can be obtained from a nearby mirror.
- +This includes many fixes, improving performance, scalability and reliability and adding new features. For details see the change log. The release can be obtained from a nearby mirror.
- +This fixes a few bugs in release 0.2.0, listed in the change log. The release can be obtained from a nearby mirror.
- +We are now aiming for monthly releases. There have been many bug fixes and improvements in the past month. MapReduce and DFS @@ -379,24 +388,24 @@ details. The release can be obtained from a nearby mirror.
- +This is the first Hadoop release. The release is available here.
- +Hadoop now has nightly builds. This automatically creates a downloadable version of Hadoop every night. All unit tests must pass, or a message is sent to the developers mailing list and no new version is created. This also updates the javadoc.
- +The Hadoop code has now been moved into its own Subversion tree, renamed into packages under org.apache.hadoop. All unit tests pass, but little else has yet been tested.
- +The Lucene PMC has elected to split the Nutch MapReduce and distributed filesytem code into a new project named Hadoop.