[
https://issues.apache.org/jira/browse/HADOOP-4706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated HADOOP-4706:
----------------------------------
Status: Open (was: Patch Available)
The changes to IFile and IFileOutputStream look good, but the patch no longer
applies to trunk. IFileOutputStream::finish also needs javadoc.
> 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.