| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.commit |
Support for committing the output of analytics jobs directly to S3.
|
| org.apache.hadoop.fs.s3a.commit.magic |
This is the "Magic" committer and support.
|
| org.apache.hadoop.fs.s3a.commit.staging |
The staging committers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3ACommitterFactory
The S3A committer factory which chooses the committer based on the
specific option chosen in a per-bucket basis from the property
CommitConstants.FS_S3A_COMMITTER_NAME. |
| Modifier and Type | Class and Description |
|---|---|
class |
MagicS3GuardCommitterFactory
Factory for the Magic committer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryStagingCommitterFactory
Factory for the Directory committer.
|
class |
PartitionedStagingCommitterFactory
Factory for the
PartitionedStagingCommitter. |
class |
StagingCommitterFactory
Factory for the staging committer.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.