org.apache.hadoop.hive.ql.exec
Interface RecordWriter

All Known Implementing Classes:
TextRecordWriter

public interface RecordWriter

RecordWriter.


Method Summary
 void close()
           
 void initialize(OutputStream in, org.apache.hadoop.conf.Configuration conf)
           
 void write(org.apache.hadoop.io.Writable row)
           
 

Method Detail

initialize

void initialize(OutputStream in,
                org.apache.hadoop.conf.Configuration conf)
                throws IOException
Throws:
IOException

write

void write(org.apache.hadoop.io.Writable row)
           throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException


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