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 "Jothi Padmanabhan (JIRA)" <ji...@apache.org> on 2008/11/27 12:01:44 UTC

[jira] Updated: (HADOOP-4706) IFileOutputStream.close should call close of the underlying stream

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

Jothi Padmanabhan updated HADOOP-4706:
--------------------------------------

    Status: Patch Available  (was: Open)

> IFileOutputStream.close should call close of the underlying stream
> ------------------------------------------------------------------
>
>                 Key: HADOOP-4706
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4706
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Jothi Padmanabhan
>            Assignee: Jothi Padmanabhan
>            Priority: Minor
>         Attachments: hadoop-4706.patch
>
>
> Currently the IFileOutputStream.close just creates the checksum of the data written, but does not call the close of the underlying stream. Ideally the checksum calculation should be handled in a different finish() function and the close should close the underlying stream

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.