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
ConstructorDescriptionOrcMapreduceRecordWriter
(Writer writer) OrcMapreduceRecordWriter
(Writer writer, int rowBatchSize) OrcMapreduceRecordWriter
(Writer writer, int rowBatchSize, int maxChildLength) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(TaskAttemptContext taskAttemptContext) void
write
(NullWritable nullWritable, V v)
-
Constructor Details
-
OrcMapreduceRecordWriter
-
OrcMapreduceRecordWriter
-
OrcMapreduceRecordWriter
-
-
Method Details
-
write
- Specified by:
write
in classRecordWriter<NullWritable,
V extends Writable> - Throws:
IOException
-
close
- Specified by:
close
in classRecordWriter<NullWritable,
V extends Writable> - Throws:
IOException
-