K - The type of key. If an Avro type, it must be wrapped in an
            AvroKey.V - The type of value. If an Avro type, it must be wrapped in an
            AvroValue.public class AvroKeyValueOutputFormat<K,V> extends AvroOutputFormatBase<K,V>
Since Avro container files can only contain records (not key/value pairs), this output format puts the key and value into an Avro generic record with two fields, named 'key' and 'value'.
 The keys and values given to this output format may be Avro objects wrapped
 in AvroKey or AvroValue objects. The basic Writable
 types are also supported (e.g., IntWritable, Text); they will be converted to
 their corresponding Avro types.
 
| Constructor and Description | 
|---|
AvroKeyValueOutputFormat()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.hadoop.mapreduce.RecordWriter<K,V> | 
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) | 
getAvroFileOutputStream, getCompressionCodec, getSyncIntervalcheckOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPathpublic org.apache.hadoop.mapreduce.RecordWriter<K,V> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
getRecordWriter in class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,V>IOExceptionCopyright © 2009–2021 The Apache Software Foundation. All rights reserved.