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