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

Enclosing class:
FileSinkOperator

public static interface FileSinkOperator.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 © 2009 The Apache Software Foundation