Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 58612 invoked from network); 8 Apr 2010 06:40:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Apr 2010 06:40:59 -0000 Received: (qmail 36011 invoked by uid 500); 8 Apr 2010 06:40:59 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 35919 invoked by uid 500); 8 Apr 2010 06:40:59 -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 35911 invoked by uid 99); 8 Apr 2010 06:40:58 -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 06:40:58 +0000 X-ASF-Spam-Status: No, hits=-1246.3 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 06:40:57 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 41CD3234C4B1 for ; Thu, 8 Apr 2010 06:40:37 +0000 (UTC) Message-ID: <1554778221.7331270708837268.JavaMail.jira@brutus.apache.org> Date: Thu, 8 Apr 2010 06:40:37 +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=12854834#action_12854834 ] Rodrigo Schmidt commented on HADOOP-6690: ----------------------------------------- I noticed the problem when using contrib/raid, which currently relies on FilterFileSystem (because it was originally implemented on hadoop 0.20). Maybe we should change the trunk version to work with FilterFs. However, this workaround doesn't make FilterFileSystem more correct. We should either fix it or deprecate it so that people don't feel compelled to use it in the future. What do you think? > 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 > Assignee: 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.