Author: vinodkv Date: Tue Jun 10 20:24:57 2014 New Revision: 1601764 URL: http://svn.apache.org/r1601764 Log: MAPREDUCE-5834. Increased test-timeouts in TestGridMixClasses to avoid occassional failures. Contributed by Mit Desai.
Modified: hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt Modified: hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt?rev=1601764&r1=1601763&r2=1601764&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt (original) +++ hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt Tue Jun 10 20:24:57 2014 @@ -210,6 +210,9 @@ Release 2.5.0 - UNRELEASED MAPREDUCE-5886. Allow wordcount example job to accept multiple input paths. (cnauroth) + MAPREDUCE-5834. Increased test-timeouts in TestGridMixClasses to avoid + occassional failures. (Mit Desai via vinodkv) + OPTIMIZATIONS BUG FIXES