org.apache.hadoop.hive.ql.exec
Class TextRecordWriter

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.TextRecordWriter
All Implemented Interfaces:
RecordWriter

public class TextRecordWriter
extends Object
implements RecordWriter

TextRecordWriter.


Constructor Summary
TextRecordWriter()
           
 
Method Summary
 void close()
           
 void initialize(OutputStream out, org.apache.hadoop.conf.Configuration conf)
           
 void write(org.apache.hadoop.io.Writable row)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextRecordWriter

public TextRecordWriter()
Method Detail

initialize

public void initialize(OutputStream out,
                       org.apache.hadoop.conf.Configuration conf)
                throws IOException
Specified by:
initialize in interface RecordWriter
Throws:
IOException

write

public void write(org.apache.hadoop.io.Writable row)
           throws IOException
Specified by:
write in interface RecordWriter
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface RecordWriter
Throws:
IOException


Copyright © 2014 The Apache Software Foundation. All rights reserved.