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 |
---|---|
AbstractS3ACommitter.JobUUIDSource |
AbstractS3ACommitter.getUUIDSource()
Source of the UUID.
|
static AbstractS3ACommitter.JobUUIDSource |
AbstractS3ACommitter.JobUUIDSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractS3ACommitter.JobUUIDSource[] |
AbstractS3ACommitter.JobUUIDSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.lang3.tuple.Pair<String,AbstractS3ACommitter.JobUUIDSource> |
AbstractS3ACommitter.buildJobUUID(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.mapreduce.JobID jobId)
Build the job UUID.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.