Author: jlowe
Date: Fri Apr 18 13:40:19 2014
New Revision: 1588470
URL: http://svn.apache.org/r1588470
Log:
svn merge -c 1451291 FIXES: HADOOP-9230. TestUniformSizeInputFormat fails
intermittently. Contributed by Karthik Kambatla
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=1588470&r1=1588469&r2=1588470&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 Apr 18 13:40:19 2014
@@ -35,6 +35,9 @@ Release 0.23.11 - UNRELEASED
HADOOP-10332. HttpServer's jetty audit log always logs 200 OK (jeagles)
+ HADOOP-9230. TestUniformSizeInputFormat fails intermittently.
+ (kkambatl via jlowe)
+
Release 0.23.10 - 2013-12-09
INCOMPATIBLE CHANGES