Package | Description |
---|---|
org.apache.hadoop.fs.s3a.commit |
Support for committing the output of analytics jobs directly to S3.
|
Modifier and Type | Field and Description |
---|---|
static CommitOperations.MaybeIOE |
CommitOperations.MaybeIOE.NONE |
Modifier and Type | Method and Description |
---|---|
CommitOperations.MaybeIOE |
CommitOperations.abortAllSinglePendingCommits(org.apache.hadoop.fs.Path pendingDir,
boolean recursive)
Enumerate all pending files in a dir/tree, abort.
|
CommitOperations.MaybeIOE |
CommitOperations.CommitContext.commit(SinglePendingCommit commit,
String origin)
Commit a single pending commit; exceptions are caught
and converted to an outcome.
|
static CommitOperations.MaybeIOE |
CommitOperations.MaybeIOE.of(IOException ex)
Get an instance based on the exception: either a value
or a reference to
NONE . |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.