Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 75799 invoked from network); 7 Sep 2010 13:52:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Sep 2010 13:52:02 -0000 Received: (qmail 66014 invoked by uid 500); 7 Sep 2010 13:52:02 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 65678 invoked by uid 500); 7 Sep 2010 13:51:59 -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 65637 invoked by uid 99); 7 Sep 2010 13:51:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 13:51:58 +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, 07 Sep 2010 13:51:57 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o87DpbWE016691 for ; Tue, 7 Sep 2010 13:51:37 GMT Message-ID: <25038131.53421283867497462.JavaMail.jira@thor> Date: Tue, 7 Sep 2010 09:51:37 -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 [ 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-4.patch Updated patch (still preliminary): More classes use FileContext: MapTask ReduceTask + their dependencies MultiFileInputFormat and MultiFileSplit + additonal fixes from previous review (Greg) Work In Progress: refactor BlockLocation API usage (no FIleContext) SequenceFileInputFormat Add test reports (ant test and ant testpatch) Following will not be migrated for now: SequenceFile.createWriter in SkipFile module > 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-4.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.