You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org> on 2009/07/02 12:19:47 UTC

[jira] Created: (MAPREDUCE-696) Make ControlledMapReduce job to check for failures while waiting for tasks to be scheduled/finished.

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.