[
https://issues.apache.org/jira/browse/HADOOP-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Devaraj Das updated HADOOP-5720:
--------------------------------
Attachment: 5720.1.patch
This patch introduces the new task types. It also makes the TaskID.isMap and
TaskAttemptID.isMap deprecated, and removes the calls to these in the codebase.
> Create enum for the TaskTypes (Map, Reduce, JobSetup, JobCleanup, TaskCleanup)
> ------------------------------------------------------------------------------
>
> Key: HADOOP-5720
> URL: https://issues.apache.org/jira/browse/HADOOP-5720
> Project: Hadoop Core
> Issue Type: Sub-task
> Components: mapred
> Affects Versions: 0.19.0
> Reporter: Devaraj Das
> Assignee: Devaraj Das
> Fix For: 0.21.0
>
> Attachments: 5720.1.patch
>
>
> Create enum for the TaskTypes - Map, Reduce, JobSetup, JobCleanup,
> TaskCleanup. Change the framework to use these enum constants and remove
> usages of booleans like isMap.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.