public class OrcMapredRecordWriter<V extends Writable> extends Object implements RecordWriter<NullWritable,V>
Constructor and Description |
---|
OrcMapredRecordWriter(Writer writer) |
OrcMapredRecordWriter(Writer writer,
int rowBatchSize) |
Modifier and Type | Method and Description |
---|---|
void |
close(Reporter reporter) |
static void |
setColumn(TypeDescription schema,
ColumnVector vector,
int row,
Writable value) |
void |
write(NullWritable nullWritable,
V v) |
public OrcMapredRecordWriter(Writer writer)
public OrcMapredRecordWriter(Writer writer, int rowBatchSize)
public static void setColumn(TypeDescription schema, ColumnVector vector, int row, Writable value)
public void write(NullWritable nullWritable, V v) throws IOException
write
in interface RecordWriter<NullWritable,V extends Writable>
IOException
public void close(Reporter reporter) throws IOException
close
in interface RecordWriter<NullWritable,V extends Writable>
IOException
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.