[ 
https://issues.apache.org/jira/browse/HADOOP-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun C Murthy updated HADOOP-4807:
----------------------------------

    Status: Open  (was: Patch Available)

Minor comments:

# I'd suggest we deprecate both the current ClusterStatus constructors and use 
only the new one - this helps with the complication in write and readFields too.
# Rather than introduce {set|is}{Failed|Pending|Completed|Running|Killed} 
methods in TaskInProgressStatus I'd suggest a single {get|set}Status which 
takes/returns the enum which is called with appropriate values from 
TaskInProgress.generateSingleReport.
# There are some debugging statements left over.

Long term: It would be really great to use the 
TaskInProgressStatus.TaskInProgressStatusType to maintain the TIP's state 
rather than all the booleans...

> Add framework hooks to get the running/completed/pending tasks for a given 
> job. Add a way to query the list of currently active tasktrackers from the 
> JobTracker.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4807
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4807
>             Project: Hadoop Core
>          Issue Type: Sub-task
>          Components: mapred
>            Reporter: Devaraj Das
>            Assignee: Devaraj Das
>             Fix For: 0.20.0
>
>         Attachments: 4807.patch
>
>
> Add framework hooks to get the IDs of running/completed/pending tasks for a 
> given job. Add a way to query the list of currently active tasktrackers from 
> the JobTracker. These are required to inject failures.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to