ChecksumFileSystem should implement flush() -------------------------------------------
Key: HADOOP-7063 URL: https://issues.apache.org/jira/browse/HADOOP-7063 Project: Hadoop Common Issue Type: Improvement Components: fs Reporter: Kang Xiao ChecksumFileSystem does not support flush() since it just uses OutputStream.flush() but OutputStream.flush() do nothing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.