public class FluoOutputFormat extends org.apache.hadoop.mapreduce.OutputFormat<Loader,org.apache.hadoop.io.NullWritable>
| Constructor and Description |
|---|
FluoOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext arg0) |
static void |
configure(org.apache.hadoop.mapreduce.Job conf,
SimpleConfiguration props)
Call this method to initialize the Fluo connection props
|
org.apache.hadoop.mapreduce.OutputCommitter |
getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) |
org.apache.hadoop.mapreduce.RecordWriter<Loader,org.apache.hadoop.io.NullWritable> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
public void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext arg0)
throws IOException,
InterruptedException
checkOutputSpecs in class org.apache.hadoop.mapreduce.OutputFormat<Loader,org.apache.hadoop.io.NullWritable>IOExceptionInterruptedExceptionpublic org.apache.hadoop.mapreduce.OutputCommitter getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
throws IOException,
InterruptedException
getOutputCommitter in class org.apache.hadoop.mapreduce.OutputFormat<Loader,org.apache.hadoop.io.NullWritable>IOExceptionInterruptedExceptionpublic org.apache.hadoop.mapreduce.RecordWriter<Loader,org.apache.hadoop.io.NullWritable> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException, InterruptedException
getRecordWriter in class org.apache.hadoop.mapreduce.OutputFormat<Loader,org.apache.hadoop.io.NullWritable>IOExceptionInterruptedExceptionpublic static void configure(org.apache.hadoop.mapreduce.Job conf,
SimpleConfiguration props)
conf - Job configurationprops - Use FluoConfiguration to set props
programmaticallyCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.