Class AvroTextOutputFormat<K,V>

java.lang.Object
org.apache.hadoop.mapred.FileOutputFormat<K,V>
org.apache.avro.mapred.AvroTextOutputFormat<K,V>
All Implemented Interfaces:
OutputFormat<K,V>

public class AvroTextOutputFormat<K,V> extends FileOutputFormat<K,V>
The equivalent of TextOutputFormat for writing to Avro Data Files with a "bytes" schema.