[
https://issues.apache.org/jira/browse/MAPREDUCE-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148782#comment-13148782
]
Todd Lipcon commented on MAPREDUCE-3015:
----------------------------------------
{code}
+ * Version 30: Changed TaskStatus for MAPREDUCE-3015
*/
{code}
can you add a few words like "to include local dir failure metrics" so people
don't have to jump to JIRA?
----
{code}
- put("failures", tts.getFailures());
+ put("failures", tts.getTaskFailures());
+ put("dirFailures", tts.getDirFailures());
}});
{code}
{{"dir_failures"}} would be more consistent with the other metrics (eg
{{reduce_slots}})
Otherwise looks good
> Add local dir failure info to metrics and the web UI
> ----------------------------------------------------
>
> Key: MAPREDUCE-3015
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3015
> Project: Hadoop Map/Reduce
> Issue Type: Sub-task
> Components: tasktracker
> Affects Versions: 0.20.204.0
> Reporter: Eli Collins
> Assignee: Eli Collins
> Attachments: mapreduce-3015-1.patch
>
>
> Like HDFS-811/HDFS-1850 but for the TT.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira