hadoop/hadoop-tools/hadoop-aws
Steve Loughran 798df6d699
HADOOP-13327 Output Stream Specification. (#2587)
This defines what output streams and especially those which implement
Syncable are meant to do, and documents where implementations (HDFS; S3)
don't. With tests.

The file:// FileSystem now supports Syncable if an application calls
FileSystem.setWriteChecksum(false) before creating a file -checksumming
and Syncable.hsync() are incompatible.

Contributed by Steve Loughran.
2021-02-10 10:28:59 +00:00
..
dev-support HADOOP-17271. S3A connector to support IOStatistics. (#2580) 2020-12-31 21:55:39 +00:00
src HADOOP-13327 Output Stream Specification. (#2587) 2021-02-10 10:28:59 +00:00
pom.xml HADOOP-17271. S3A connector to support IOStatistics. (#2580) 2020-12-31 21:55:39 +00:00