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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
