org.apache.hadoop.hive.ql.io
Class HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter<K extends WritableComparable,V extends Writable>

java.lang.Object
  extended by 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


Constructor Summary
HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter( writer)
           
 
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
 

Constructor Detail

HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter

public HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter( writer)
Method Detail

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