Package | Description |
---|---|
org.apache.hadoop.fs.s3a.commit |
Support for committing the output of analytics jobs directly to S3.
|
Modifier and Type | Method and Description |
---|---|
protected Tasks.Submitter |
AbstractS3ACommitter.buildSubmitter(org.apache.hadoop.mapreduce.JobContext context)
Returns an
Tasks.Submitter for parallel tasks. |
protected Tasks.Submitter |
AbstractS3ACommitter.singleThreadSubmitter()
Get the thread pool for executing the single file commit/revert
within the commit of all uploads of a single task.
|
Modifier and Type | Method and Description |
---|---|
Tasks.Builder<I> |
Tasks.Builder.executeWith(Tasks.Submitter submitter)
Declare executor service: if null, the tasks are executed in a single
thread.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.