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

Tom White commented on MAPREDUCE-2422:
--------------------------------------

These methods are all internal methods, not user facing ones. They are marked 
as such in the javadoc (and in retrospect we should have marked them as 
@Private). This change would be in the 0.23 release, which seems reasonable to 
me.

> Removed unused internal methods from DistributedCache
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2422
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: MAPREDUCE-2422.patch, MAPREDUCE-2422.patch, 
> MAPREDUCE-2422.patch
>
>
> DistributedCache has a number of deprecated methods that are no longer used 
> ever since TrackerDistributedCacheManager was introduced in MAPREDUCE-476. 
> Removing these methods (which are not user-facing) will make it possible to 
> complete MAPREDUCE-1638 by keeping DistributedCache in the API tree, and 
> TrackerDistributedCacheManager, TaskDistributedCacheManager in the 
> implementation tree.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to