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

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


Constructor Summary
IgnoreKeyTextOutputFormat.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

IgnoreKeyTextOutputFormat.IgnoreKeyWriter

public IgnoreKeyTextOutputFormat.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