public class HadoopOutputFormat<K,V> extends HadoopOutputFormatBase<K,V,Tuple2<K,V>>
recordWriter| Constructor and Description |
|---|
HadoopOutputFormat(org.apache.hadoop.mapreduce.OutputFormat<K,V> mapreduceOutputFormat,
org.apache.hadoop.mapreduce.Job job) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeRecord(Tuple2<K,V> record) |
close, configure, finalizeGlobal, getConfiguration, openpublic void writeRecord(Tuple2<K,V> record) throws IOException
IOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.