public abstract class AbstractBulkOutputFormat<K,V>
extends org.apache.hadoop.mapreduce.OutputFormat<K,V>
implements org.apache.hadoop.mapred.OutputFormat<K,V>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractBulkOutputFormat.NullOutputCommitter |
Constructor and Description |
---|
AbstractBulkOutputFormat() |
Modifier and Type | Method and Description |
---|---|
void |
checkOutputSpecs(org.apache.hadoop.fs.FileSystem filesystem,
org.apache.hadoop.mapred.JobConf job)
Deprecated.
|
void |
checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext context) |
org.apache.hadoop.mapreduce.OutputCommitter |
getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
public void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext context)
public org.apache.hadoop.mapreduce.OutputCommitter getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws java.io.IOException, java.lang.InterruptedException
@Deprecated public void checkOutputSpecs(org.apache.hadoop.fs.FileSystem filesystem, org.apache.hadoop.mapred.JobConf job) throws java.io.IOException
Copyright © 2014 The Apache Software Foundation