Package org.apache.orc.mapreduce
Class OrcMapreduceRecordWriter<V extends Writable>
java.lang.Object
org.apache.hadoop.mapreduce.RecordWriter<NullWritable,V>
 
org.apache.orc.mapreduce.OrcMapreduceRecordWriter<V>
- 
Constructor Summary
ConstructorsConstructorDescriptionOrcMapreduceRecordWriter(Writer writer) OrcMapreduceRecordWriter(Writer writer, int rowBatchSize) OrcMapreduceRecordWriter(Writer writer, int rowBatchSize, int maxChildLength)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose(TaskAttemptContext taskAttemptContext) voidwrite(NullWritable nullWritable, V v)  
- 
Constructor Details
- 
OrcMapreduceRecordWriter
 - 
OrcMapreduceRecordWriter
 - 
OrcMapreduceRecordWriter
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein classRecordWriter<NullWritable,V extends Writable> - Throws:
 IOException
 - 
close
- Specified by:
 closein classRecordWriter<NullWritable,V extends Writable> - Throws:
 IOException
 
 -