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