[
https://issues.apache.org/jira/browse/MAPREDUCE-3672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245670#comment-13245670
]
Thomas Graves commented on MAPREDUCE-3672:
------------------------------------------
Hey Anupam,
Can you update it so we get the pretty formatted version from the cli for the
new NUM_KILLED fields? It is in:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
>From cli output right now has:
Job Counters
NUM_KILLED_MAPS=1
NUM_KILLED_REDUCES=1
Launched map tasks=1
Launched reduce tasks=1
It would be nice to display Killed map tasks=X, Killed reduce tasks=Y
> Killed maps shouldn't be counted towards JobCounter.NUM_FAILED_MAPS
> -------------------------------------------------------------------
>
> Key: MAPREDUCE-3672
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3672
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mr-am, mrv2
> Affects Versions: 0.23.0
> Reporter: Vinod Kumar Vavilapalli
> Assignee: Anupam Seth
> Fix For: 0.24.0
>
> Attachments: MAPREDUCE-3672-branch-23.patch,
> MAPREDUCE-3672-branch-23.patch
>
>
> We count maps that are killed, say by speculator, towards
> JobCounter.NUM_FAILED_MAPS. We should instead have a separate JobCounter for
> killed maps.
> Same with reduces too.
--
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