Make ControlledMapReduce job to check for failures while waiting for tasks to
be scheduled/finished.
----------------------------------------------------------------------------------------------------
Key: MAPREDUCE-696
URL: https://issues.apache.org/jira/browse/MAPREDUCE-696
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: test
Reporter: Sreekanth Ramakrishnan
Currently when using
{{org.apache.hadoop.mapred.ControlledMapReduceJob.waitTillNTasksStartRunning(JobInProgress,
boolean, int)}} or
{{org.apache.hadoop.mapred.ControlledMapReduceJob.waitTillNTotalTasksFinish(JobInProgress,
boolean, int)}} we dont check for task failures. We should check for the
failures.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.