public class HivePassThroughRecordWriter<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> extends Object implements FileSinkOperator.RecordWriter
| Constructor and Description |
|---|
HivePassThroughRecordWriter(org.apache.hadoop.mapred.RecordWriter<K,V> writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(boolean abort) |
void |
write(org.apache.hadoop.io.Writable r) |
public void write(org.apache.hadoop.io.Writable r)
throws IOException
write in interface FileSinkOperator.RecordWriterIOExceptionpublic void close(boolean abort)
throws IOException
close in interface FileSinkOperator.RecordWriterIOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.