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.
|
Modifier and Type | Method and Description |
---|---|
PutTracker |
MagicCommitIntegration.createTracker(org.apache.hadoop.fs.Path path,
String key,
PutTrackerStatistics trackerStatistics)
Given a path and a key to that same path, create a tracker for it.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryMagicCommitTracker
InMemoryMagicCommitTracker stores the commit data in memory.
|
class |
MagicCommitTracker
Put tracker for Magic commits.
|
class |
S3MagicCommitTracker
Stores the commit data under the magic path.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.