org.apache.hadoop.hive.ql.io
Class IgnoreKeyTextOutputFormat.IgnoreKeyWriter<K extends WritableComparable,V extends Writable>
java.lang.Object
org.apache.hadoop.hive.ql.io.IgnoreKeyTextOutputFormat.IgnoreKeyWriter<K,V>
- Enclosing class:
- IgnoreKeyTextOutputFormat<K extends WritableComparable,V extends Writable>
protected static class IgnoreKeyTextOutputFormat.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 |
IgnoreKeyTextOutputFormat.IgnoreKeyWriter
public IgnoreKeyTextOutputFormat.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