Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 77547 invoked from network); 14 Oct 2008 22:02:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Oct 2008 22:02:12 -0000 Received: (qmail 54989 invoked by uid 500); 14 Oct 2008 22:02:09 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 54460 invoked by uid 500); 14 Oct 2008 22:02:08 -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 54397 invoked by uid 99); 14 Oct 2008 22:02:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2008 15:02:08 -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; Tue, 14 Oct 2008 22:01:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1AB20234C23D for ; Tue, 14 Oct 2008 15:01:47 -0700 (PDT) Message-ID: <578133890.1224021707108.JavaMail.jira@brutus> Date: Tue, 14 Oct 2008 15:01:47 -0700 (PDT) From: "Hairong Kuang (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4292) append() does not work for LocalFileSystem In-Reply-To: <1264732625.1222451624191.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-4292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-4292: ---------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. > append() does not work for LocalFileSystem > ------------------------------------------ > > Key: HADOOP-4292 > URL: https://issues.apache.org/jira/browse/HADOOP-4292 > Project: Hadoop Core > Issue Type: Bug > Components: fs > Affects Versions: 0.18.0, 0.19.0 > Reporter: Raghu Angadi > Assignee: Hairong Kuang > Priority: Blocker > Fix For: 0.18.2, 0.19.0 > > Attachments: LFSAppend.patch > > > append is supported by LocalFileSystem but it does not update crc when a file is appended. > When you enable checksum verification {{TestLocalFileSystem.testAppend}} fails. Since HADOOP-4277 is a blocker for 0.17 I am planning to disable this test in HADOOP-4277. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.