TestReduceFetchFromPartialMem fails sometimes
---------------------------------------------
Key: MAPREDUCE-884
URL: https://issues.apache.org/jira/browse/MAPREDUCE-884
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: test
Reporter: Amar Kamat
TestReduceFetchFromPartialMem failed with the following exception trace :
{code}
Expected some records not spilled during reduce40980)
junit.framework.AssertionFailedError: Expected some records not spilled during
reduce40980)
at
org.apache.hadoop.mapred.TestReduceFetchFromPartialMem.testReduceFromPartialMem(TestReduceFetchFromPartialMem.java:94)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.