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

All Known Subinterfaces:
StatsProvidingRecordWriter
All Known Implementing Classes:
AvroGenericRecordWriter, HivePassThroughRecordWriter, ParquetRecordWriterWrapper
Enclosing class:
FileSinkOperator

public static interface FileSinkOperator.RecordWriter

RecordWriter.


Method Summary
 void close(boolean abort)
           
 void write(org.apache.hadoop.io.Writable w)
           
 

Method Detail

write

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

close

void close(boolean abort)
           throws IOException
Throws:
IOException


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