[
https://issues.apache.org/jira/browse/MAPREDUCE-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iyappan Srinivasan updated MAPREDUCE-1671:
------------------------------------------
Description:
1) In a job, kill the task attemptid of one task. Whenever that task tries
to run again with another task atempt id for mapred.map.max.attempts times,
kill that task attempt id. After the mapred.map.max.attempts times, the whole
job should get killed.
was:
1) In a job, kill the task attemptid of one task. Whenever that task tries
to run again with another task atempt id for mapred.max.tracker.failures times,
kill that task attempt id. After the mapred.max.tracker.failures times, the
whole job should get killed.
> Test scenario for "Killing Task Attempt id till job fails"
> ----------------------------------------------------------
>
> Key: MAPREDUCE-1671
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1671
> Project: Hadoop Map/Reduce
> Issue Type: New Feature
> Components: test
> Affects Versions: 0.22.0
> Reporter: Iyappan Srinivasan
> Assignee: Iyappan Srinivasan
> Attachments: TestTaskKilling.patch, TestTaskKilling.patch
>
>
> 1) In a job, kill the task attemptid of one task. Whenever that task tries
> to run again with another task atempt id for mapred.map.max.attempts times,
> kill that task attempt id. After the mapred.map.max.attempts times, the whole
> job should get killed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.