[
https://issues.apache.org/jira/browse/HADOOP-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sreekanth Ramakrishnan updated HADOOP-5738:
-------------------------------------------
Attachment: HADOOP-5738-1.patch
Attaching a patch to address this issue.
* The patch retains current "waiting_task" field.
* Adds two new fields "waiting_maps" and "waiting_reduces". Waiting task is sum
of these two fields.
> Split waiting tasks field in JobTracker metrics to individual tasks
> -------------------------------------------------------------------
>
> Key: HADOOP-5738
> URL: https://issues.apache.org/jira/browse/HADOOP-5738
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred, metrics
> Reporter: Sreekanth Ramakrishnan
> Attachments: HADOOP-5738-1.patch
>
>
> Currently, job tracker metrics reports waiting tasks as a single field in
> metrics. It would be better if we can split waiting tasks into maps and
> reduces.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.