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, setWorkOutputPath
public 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>
IOException
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.