protected static class HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter<K extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable> extends Object implements org.apache.hadoop.mapred.RecordWriter<K,V>
| Constructor and Description |
|---|
IgnoreKeyWriter(org.apache.hadoop.mapred.RecordWriter<K,V> writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.hadoop.mapred.Reporter reporter) |
void |
write(K key,
V value) |
public void write(K key, V value) throws IOException
write in interface org.apache.hadoop.mapred.RecordWriter<K extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable>IOExceptionpublic void close(org.apache.hadoop.mapred.Reporter reporter)
throws IOException
close in interface org.apache.hadoop.mapred.RecordWriter<K extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable>IOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.