Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 576783707 for ; Mon, 2 May 2011 20:29:44 +0000 (UTC) Received: (qmail 43661 invoked by uid 500); 2 May 2011 20:29:44 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 43630 invoked by uid 500); 2 May 2011 20:29:44 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 43622 invoked by uid 99); 2 May 2011 20:29:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 20:29:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 20:29:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 20307BEA48 for ; Mon, 2 May 2011 20:29:03 +0000 (UTC) Date: Mon, 2 May 2011 20:29:03 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <2078543292.16110.1304368143128.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <609823818.39779.1302150725772.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2422) Removed unused internal methods from DistributedCache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027824#comment-13027824 ] Todd Lipcon commented on MAPREDUCE-2422: ---------------------------------------- OK, I looked through this in some more detail and agree with your assessment. +1 > 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