Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 36046 invoked from network); 5 Oct 2010 22:50:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 22:50:58 -0000 Received: (qmail 90037 invoked by uid 500); 5 Oct 2010 22:50:58 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 90005 invoked by uid 500); 5 Oct 2010 22:50:57 -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 89997 invoked by uid 99); 5 Oct 2010 22:50:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 22:50:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 22:50:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o95MoXLX027915 for ; Tue, 5 Oct 2010 22:50:34 GMT Message-ID: <20134907.561911286319033832.JavaMail.jira@thor> Date: Tue, 5 Oct 2010 18:50:33 -0400 (EDT) From: "Krishna Ramachandran (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-2020) Use new FileContext APIs for all mapreduce components In-Reply-To: <1629337.459671282262957874.JavaMail.jira@thor> 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-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Ramachandran updated MAPREDUCE-2020: -------------------------------------------- Attachment: mapred-2020-10.patch Revised and expanded Incorporate previous review comments Cleanup most private APIs to use only fileContext Following components have not been fully (none or partial) migrated TaskTracker JobHistory (partial) MapTask (partial - references to getRecordWriter) ReduceTask(partial - skipWriter) OutputFormat and implementations(partial) Security (ugi) changes for JT are not in this patch - will update > Use new FileContext APIs for all mapreduce components > ------------------------------------------------------ > > Key: MAPREDUCE-2020 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2020 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Affects Versions: 0.22.0 > Reporter: Krishna Ramachandran > Assignee: Krishna Ramachandran > Attachments: mapred-2020-1.patch, mapred-2020-10.patch, mapred-2020-4.patch, mapred-2020-5.patch, mapred-2020-6.patch, mapred-2020-7.patch, mapred-2020.patch > > > Migrate mapreduce components to using improved FileContext APIs implemented in > HADOOP-4952 and > HADOOP-6223 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.