T - The (java) type of the Avro data to write.public class AvroKeyOutputFormat<T> extends AvroOutputFormatBase<AvroKey<T>,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. 
 | 
FileOutputFormat.Counter| Modifier | Constructor and Description | 
|---|---|
  | 
AvroKeyOutputFormat()
Constructor. 
 | 
protected  | 
AvroKeyOutputFormat(AvroKeyOutputFormat.RecordWriterFactory recordWriterFactory)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RecordWriter<AvroKey<T>,NullWritable> | 
getRecordWriter(TaskAttemptContext context) | 
getAvroFileOutputStream, getCompressionCodeccheckOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPathpublic AvroKeyOutputFormat()
protected AvroKeyOutputFormat(AvroKeyOutputFormat.RecordWriterFactory recordWriterFactory)
recordWriterFactory - A factory for creating record writers.public RecordWriter<AvroKey<T>,NullWritable> getRecordWriter(TaskAttemptContext context) throws IOException
getRecordWriter in class FileOutputFormat<AvroKey<T>,NullWritable>IOExceptionCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.