Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 96132 invoked from network); 30 Oct 2009 19:50:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Oct 2009 19:50:23 -0000 Received: (qmail 80554 invoked by uid 500); 30 Oct 2009 19:50:22 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 80495 invoked by uid 500); 30 Oct 2009 19:50:22 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 80321 invoked by uid 99); 30 Oct 2009 19:50:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 19:50:22 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 19:50:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D7459234C1F1 for ; Fri, 30 Oct 2009 12:49:59 -0700 (PDT) Message-ID: <1020797505.1256932199880.JavaMail.jira@brutus> Date: Fri, 30 Oct 2009 19:49:59 +0000 (UTC) From: "Suresh Srinivas (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6223) New improved FileSystem interface for those implementing new files systems. In-Reply-To: <9646781.1251678812835.JavaMail.jira@brutus> 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/HADOOP-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772061#action_12772061 ] Suresh Srinivas commented on HADOOP-6223: ----------------------------------------- +1 for the patch. > New improved FileSystem interface for those implementing new files systems. > --------------------------------------------------------------------------- > > Key: HADOOP-6223 > URL: https://issues.apache.org/jira/browse/HADOOP-6223 > Project: Hadoop Common > Issue Type: Sub-task > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Attachments: AbstractFileSystem.java, afs1.patch, AFS10.patch, AFS11.patch, AFS15.patch, AFS16.patch, AFS17.patch, AFS18.patch, AFS4.patch, Hdfs.java, Hdfs.java > > > The FileContext API (HADOOP-4952) provides an improved interface for the application writer. > This lets us simplify the FileSystem API since it will no longer need to deal with notions of default filesystem [ / ], wd, and config > defaults for blocksize, replication factor etc. Further it will not need the many overloaded methods for create() and open() since > the FileContext API provides that convenience. > The FileSystem API can be simplified and can now be restricted to those implementing new file systems. > This jira proposes that we create new file system API, and deprecate FileSystem API after a few releases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.