K - Key TypeV - Value Typepublic class HadoopOutputFormat<K,V> extends HadoopOutputFormatBase<K,V,Tuple2<K,V>>
recordWritercredentials| 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, openread, writepublic void writeRecord(Tuple2<K,V> record) throws IOException
IOExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.