Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 39236 invoked from network); 8 Apr 2010 05:02:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Apr 2010 05:02:58 -0000 Received: (qmail 81317 invoked by uid 500); 8 Apr 2010 05:02:58 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 81267 invoked by uid 500); 8 Apr 2010 05:02:58 -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 81259 invoked by uid 99); 8 Apr 2010 05:02:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 05:02:57 +0000 X-ASF-Spam-Status: No, hits=-1245.8 required=10.0 tests=ALL_TRUSTED,AWL 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; Thu, 08 Apr 2010 05:02:57 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B9F5D234C4B3 for ; Thu, 8 Apr 2010 05:02:36 +0000 (UTC) Message-ID: <1901914082.6321270702956760.JavaMail.jira@brutus.apache.org> Date: Thu, 8 Apr 2010 05:02:36 +0000 (UTC) From: "Rodrigo Schmidt (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6690) FilterFileSystem doesn't overwrite setTimes In-Reply-To: <294275186.4281270693056872.JavaMail.jira@brutus.apache.org> 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-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854810#action_12854810 ] Rodrigo Schmidt commented on HADOOP-6690: ----------------------------------------- Is FilterFs supposed to suppress FilterFileSystem? When was it introduced? > FilterFileSystem doesn't overwrite setTimes > ------------------------------------------- > > Key: HADOOP-6690 > URL: https://issues.apache.org/jira/browse/HADOOP-6690 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.20.3, 0.21.0, 0.22.0 > Reporter: Rodrigo Schmidt > Fix For: 0.22.0 > > > FilterFileSystem seems to be a little outdated and it doesn't implement a few methods (setTimes being the most important one): > - setTimes(Path, long, long) > - copyFromLocalFile(boolean,boolean, Path, Path) > - copyFromLocalFile(boolean, boolean, Path[], Path) > - getUsed() > - deleteOnExit() > I'm not sure if all of these methods should be wrapped in FilterFileSystem, but given its purpose, I would say the more the better. It would be great to have other people's opinions about this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.