[ https://issues.apache.org/jira/browse/HADOOP-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704740#action_12704740 ]
Hudson commented on HADOOP-5720: -------------------------------- Integrated in Hadoop-trunk #822 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/822/]) . Introduces new task types - JOB_SETUP, JOB_CLEANUP and TASK_CLEANUP. Removes the isMap methods from TaskID/TaskAttemptID classes. Contributed by Devaraj Das. > 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, 5720.2.patch, 5720.3.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.