T
- The (java) type of the Avro data to write.public class AvroKeyOutputFormat<T> extends AvroOutputFormatBase<AvroKey<T>,org.apache.hadoop.io.NullWritable>
Since Avro container files only contain records (not key/value pairs), this output format ignores the value.
Modifier and Type | Class and Description |
---|---|
protected static class |
AvroKeyOutputFormat.RecordWriterFactory<T>
A factory for creating record writers.
|
Modifier | Constructor and Description |
---|---|
|
AvroKeyOutputFormat()
Constructor.
|
protected |
AvroKeyOutputFormat(AvroKeyOutputFormat.RecordWriterFactory recordWriterFactory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.RecordWriter<AvroKey<T>,org.apache.hadoop.io.NullWritable> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
getAvroFileOutputStream, getCompressionCodec, getSyncInterval
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
public AvroKeyOutputFormat()
protected AvroKeyOutputFormat(AvroKeyOutputFormat.RecordWriterFactory recordWriterFactory)
recordWriterFactory
- A factory for creating record writers.public org.apache.hadoop.mapreduce.RecordWriter<AvroKey<T>,org.apache.hadoop.io.NullWritable> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
getRecordWriter
in class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<AvroKey<T>,org.apache.hadoop.io.NullWritable>
IOException
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.