You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/02/28 15:20:54 UTC

[GitHub] steveloughran opened a new pull request #532: HADOOP-13327: Add OutputStream + Syncable to the Filesystem Specification

steveloughran opened a new pull request #532: HADOOP-13327: Add OutputStream + Syncable to the Filesystem Specification
URL: https://github.com/apache/hadoop/pull/532
 
 
   HADOOP-13327: Add OutputStream + Syncable to the Filesystem Specification
   
   * defines what an output stream should do
   * And what implementations of Syncable MUST do if they declare they support the method.
   * Consistently declare behaviors in our streams
   * Including for some (S3ABlockOutputStream) state tracking: no operations once closed; if an error has occurred, future operations raise it, etc.
   * With some more utility classes in org.apache.hadoop.fs.impl to aid this

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org