Author: suresh
Date: Wed Jan 2 19:31:11 2013
New Revision: 1427945
URL: http://svn.apache.org/viewvc?rev=1427945&view=rev
Log:
MAPREDUCE-4884. Streaming tests fail to start MiniMRCluster due to missing queue configuration.
Contributed by Chris Nauroth.
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=1427945&r1=1427944&r2=1427945&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt Wed Jan 2 19:31:11 2013
@@ -160,6 +160,9 @@ Trunk (Unreleased)
MAPREDUCE-4574. Fix TotalOrderParitioner to work with
non-WritableComparable key types. (harsh)
+ MAPREDUCE-4884. Streaming tests fail to start MiniMRCluster due to missing
+ queue configuration. (Chris Nauroth via suresh)
+
Release 2.0.3-alpha - Unreleased
INCOMPATIBLE CHANGES
|