[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663854#comment-13663854
 ] 

Vinod Kumar Vavilapalli commented on MAPREDUCE-5228:
----------------------------------------------------

Zhijie pointed to me offline that as framework completely uses the new Counter, 
users won't be able to 'findCounter' using the old-name.

To be able to handle this, we need a trivial translator (ala Configuration 
deprecated-keys), which when requested to find old deprecated counters will 
translate, find and return the new counters.
                
> Enum Counter is removed from FileInputFormat and FileOutputFormat of both 
> mapred and mapreduce
> ----------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-5228
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5228
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>            Reporter: Zhijie Shen
>            Assignee: Mayank Bansal
>
> The enum was used by findCounter(Enum key) to find a specific counter object. 
> Now it seems to be replaced by FileInputFormatCounter and 
> FileOutputFormatCounter. Now the enum seems to be only used internally, but 
> not sure whether it will be used externally when users extend FileXXXXFormat.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to