Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 28886 invoked from network); 14 Jul 2008 18:10:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 18:10:57 -0000 Received: (qmail 30980 invoked by uid 500); 14 Jul 2008 18:10:52 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 30935 invoked by uid 500); 14 Jul 2008 18:10:52 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 30896 invoked by uid 99); 14 Jul 2008 18:10:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 11:10:52 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 18:10:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EDABB234C17B for ; Mon, 14 Jul 2008 11:10:31 -0700 (PDT) Message-ID: <1083328919.1216059031972.JavaMail.jira@brutus> Date: Mon, 14 Jul 2008 11:10:31 -0700 (PDT) From: "Pete Wyckoff (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3485) implement writes In-Reply-To: <898585815.1212517844973.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Wyckoff updated HADOOP-3485: --------------------------------- Status: Patch Available (was: Open) patch3.txt > implement writes > ---------------- > > Key: HADOOP-3485 > URL: https://issues.apache.org/jira/browse/HADOOP-3485 > Project: Hadoop Core > Issue Type: New Feature > Components: contrib/fuse-dfs > Reporter: Pete Wyckoff > Assignee: Pete Wyckoff > Priority: Minor > Attachments: patch1.txt, patch2.txt, patch3.txt > > Original Estimate: 48h > Remaining Estimate: 48h > > Doesn't support writes because fuse protocol first creates the file then closes it and re-opens it to start writing to it. So, (until hadoop-1700), we need a work around. > One way to do this is to open the file with overwrite flag on the second open. For security, would only want to do this for zero length files (could even check the creation ts too, but because of clock skew, that may be harder). > Doug, Craig, Nicholas - Comments? > -- pete > ps since mostly already implemented, this should be a very quick patch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.