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