Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 56018 invoked from network); 30 Aug 2010 01:48:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Aug 2010 01:48:33 -0000 Received: (qmail 68561 invoked by uid 500); 30 Aug 2010 01:48:33 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 68525 invoked by uid 500); 30 Aug 2010 01:48:32 -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 68517 invoked by uid 99); 30 Aug 2010 01:48:32 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Aug 2010 01:48:32 +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; Mon, 30 Aug 2010 01:48:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7U1lrwE002056 for ; Mon, 30 Aug 2010 01:47:53 GMT Message-ID: <7170206.62361283132873759.JavaMail.jira@thor> Date: Sun, 29 Aug 2010 21:47:53 -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.patch First cut. With primary focus on JobTracker, UserLogCleaner and some util classes TaskTracker, JobHistory, CleanUpQueue and other components are "work in progress" and not part of this Initial Goal is: get initial feedback from mapred and hdfs ask for enhancements/fixes from DFS where inadequate/broken Optimize/eliminate needless RPC calls (exists() checks) Streamline API calls (eliminate to FileSystem) refactoring - work in progress "ant test" did not show any regressions testpatch output [exec] [exec] -1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] +1 tests included. The patch appears to include 6 new or modified tests. [exec] [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] -1 Eclipse classpath. The patch causes the Eclipse classpath to differ from the contents of the lib directories. > 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.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.