You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hairong Kuang (JIRA)" <ji...@apache.org> on 2008/10/13 23:36:44 UTC

[jira] Updated: (HADOOP-4292) append() does not work for LocalFileSystem

     [ https://issues.apache.org/jira/browse/HADOOP-4292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hairong Kuang updated HADOOP-4292:
----------------------------------

    Attachment: LFSAppend.patch

This patch marks "append" as "not supported" in ChecksumFileSystem. As a result, append is not supported in LocalFileSystem.

> 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.