public class OrcMapreduceRecordWriter<V extends Writable> extends RecordWriter<NullWritable,V>
| Constructor and Description | 
|---|
| OrcMapreduceRecordWriter(Writer writer) | 
| OrcMapreduceRecordWriter(Writer writer,
                        int rowBatchSize) | 
| OrcMapreduceRecordWriter(Writer writer,
                        int rowBatchSize,
                        int maxChildLength) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close(TaskAttemptContext taskAttemptContext) | 
| void | write(NullWritable nullWritable,
     V v) | 
public OrcMapreduceRecordWriter(Writer writer)
public OrcMapreduceRecordWriter(Writer writer, int rowBatchSize)
public OrcMapreduceRecordWriter(Writer writer, int rowBatchSize, int maxChildLength)
public void write(NullWritable nullWritable, V v) throws IOException
write in class RecordWriter<NullWritable,V extends Writable>IOExceptionpublic void close(TaskAttemptContext taskAttemptContext) throws IOException
close in class RecordWriter<NullWritable,V extends Writable>IOExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.