| 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.impl |
Internal classes which make use of mapreduce code.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommitOperations |
AbstractS3ACommitter.getCommitOperations()
Get the commit actions instance.
|
| Constructor and Description |
|---|
CommitContext(CommitOperations commitOperations,
org.apache.hadoop.conf.Configuration conf,
String jobId,
int committerThreads,
org.apache.hadoop.fs.statistics.IOStatisticsContext ioStatisticsContext)
Create for testing.
|
CommitContext(CommitOperations commitOperations,
org.apache.hadoop.mapreduce.JobContext jobContext,
int committerThreads,
org.apache.hadoop.fs.statistics.IOStatisticsContext ioStatisticsContext)
Create.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.