hadoop/hadoop-tools/hadoop-azure/src/test
Steve Loughran 98e4d516ea
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.

Change-Id: I892d768de6268f4dd6f175b3fe3b7e5bcaa91194
2021-02-10 10:31:22 +00:00
..
java/org/apache/hadoop/fs HADOOP-13327 Output Stream Specification. (#2587) 2021-02-10 10:31:22 +00:00
resources HADOOP-13327 Output Stream Specification. (#2587) 2021-02-10 10:31:22 +00:00