[
https://issues.apache.org/jira/browse/MAPREDUCE-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer resolved MAPREDUCE-384.
----------------------------------------
Resolution: Unresolved
Closing this for now. If this issue re-surfaces, please open a new JIRA.
> Exception thrown from pipes Map task is not handled properly
> ------------------------------------------------------------
>
> Key: MAPREDUCE-384
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-384
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: pipes
> Reporter: Amareshwari Sriramadasu
>
> In Pipes environment, when map task throws an exception it is not killed
> immediately. But the tracker is waiting for 603 seconds (10 mins) for the
> report and then killing the task.
> When I threw exception from word count sample program the maptask exits after
> 603 seconds showing the following on console:
> 07/09/14 11:09:26 INFO mapred.JobClient: Task Id :
> task_200709141017_0002_m_000001_1, Status : FAILED
> task_200709141017_0002_m_000001_1: terminate called after throwing an
> instance of 'std::exception'
> task_200709141017_0002_m_000001_1: what(): St9exception
> And the Job UI shows:
> Task task_200709141017_0002_m_000001_1 failed to report status for 603
> seconds. Killing!
> Thus, each map task is taking 10 mins for exiting and is tried 4 times.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)