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