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, Configuration conf)
           
 void write(Writable row)
           
 

Method Detail

initialize

void initialize(OutputStream in,
                Configuration conf)
                throws IOException
Throws:
IOException

write

void write(Writable row)
           throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation