hadoop/hadoop-tools/hadoop-aws
Steve Loughran 4423a7e736
HADOOP-16906. Abortable (#2684)
Adds an Abortable.abort() interface for streams to enable output streams to be terminated; this
is implemented by the S3A connector's output stream. It allows for commit protocols
to be implemented which commit/abort work by writing to the final destination and
using the abort() call to cancel any write which is not intended to be committed.
Consult the specification document for information about the interface and its use.

Contributed by Jungtaek Lim and Steve Loughran.

Change-Id: I7fcc25e9dd8c10ce6c29f383529f3a2642a201ae
2021-02-17 11:29:19 +00:00
..
dev-support HADOOP-17271. S3A connector to support IOStatistics. (#2580) 2021-01-14 13:21:01 +00:00
src HADOOP-16906. Abortable (#2684) 2021-02-17 11:29:19 +00:00
pom.xml HADOOP-17271. S3A connector to support IOStatistics. (#2580) 2021-01-14 13:21:01 +00:00