org.apache.hadoop.hive.ql.io
Class HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter<K extends WritableComparable,V extends Writable>
java.lang.Object
org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter<K,V>
- Enclosing class:
- HiveIgnoreKeyTextOutputFormat<K extends WritableComparable,V extends Writable>
protected static class HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter<K extends WritableComparable,V extends Writable>
- extends Object
Method Summary |
void |
close(Reporter reporter)
|
void |
write(K key,
V value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter
public HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter( writer)
write
public void write(K key,
V value)
throws IOException
- Throws:
IOException
close
public void close(Reporter reporter)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation