Author: omalley
Date: Tue Apr 24 15:23:41 2012
New Revision: 1329781
URL: http://svn.apache.org/viewvc?rev=1329781&view=rev
Log:
MAPREDUCE-4154 Updated CHANGES.txt to reflect that it has been applied to
1.0.3.
Modified:
hadoop/common/branches/branch-1/CHANGES.txt
Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1329781&r1=1329780&r2=1329781&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Tue Apr 24 15:23:41 2012
@@ -229,9 +229,6 @@ Release 1.1.0 - unreleased
HDFS-119. Fix a bug in logSync(), which causes NameNode block
forever. (shv)
- MAPREDUCE-4154. streaming MR job succeeds even if the streaming command
- fails. (Devaraj Das via tgraves)
-
MAPREDUCE-3674. Invoked with no queueName request param, the
jobqueue_details.jsp injects a null queue name into schedulers. (harsh)
@@ -271,6 +268,9 @@ Release 1.0.3 - unreleased
HADOOP-8293. Fix the Makefile.am for the native library to include the
JNI path. (omalley)
+ MAPREDUCE-4154. streaming MR job succeeds even if the streaming command
+ fails. (Devaraj Das via tgraves)
+
Release 1.0.2 - 2012.03.24
NEW FEATURES