public class AvroTextOutputFormat<K,V> extends FileOutputFormat<K,V>
TextOutputFormat for
 writing to Avro Data Files with a "bytes" schema.FileOutputFormat.Counter| Constructor and Description | 
|---|
| AvroTextOutputFormat() | 
| Modifier and Type | Method and Description | 
|---|---|
| RecordWriter<K,V> | getRecordWriter(FileSystem ignore,
               JobConf job,
               String name,
               Progressable prog) | 
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPathpublic RecordWriter<K,V> getRecordWriter(FileSystem ignore, JobConf job, String name, Progressable prog) throws IOException
getRecordWriter in interface OutputFormat<K,V>getRecordWriter in class FileOutputFormat<K,V>IOExceptionCopyright © 2009–2020 The Apache Software Foundation. All rights reserved.