public class PartitionedStagingCommitterFactory extends AbstractS3ACommitterFactory
PartitionedStagingCommitter.| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSNAME
Name of this class: "org.apache.hadoop.fs.s3a.commit.staging.PartitionedStagingCommitterFactory".
|
LOG| Constructor and Description |
|---|
PartitionedStagingCommitterFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapreduce.lib.output.PathOutputCommitter |
createTaskCommitter(S3AFileSystem fileSystem,
org.apache.hadoop.fs.Path outputPath,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
Implementation point: create a task committer for a specific filesystem.
|
createOutputCommitter, getDestinationFileSystempublic static final String CLASSNAME
public org.apache.hadoop.mapreduce.lib.output.PathOutputCommitter createTaskCommitter(S3AFileSystem fileSystem, org.apache.hadoop.fs.Path outputPath, org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
AbstractS3ACommitterFactorycreateTaskCommitter in class AbstractS3ACommitterFactoryfileSystem - destination FS.outputPath - final output path for workcontext - task contextIOException - any problem, including the FS not supporting
the desired committerCopyright © 2008–2022 Apache Software Foundation. All rights reserved.