Class AvroSequenceFileOutputFormat<K,V>

Type Parameters:
K - The job output key type (may be a Writable, AvroKey).
V - The job output value type (may be a Writable, AvroValue).

public class AvroSequenceFileOutputFormat<K,V> extends FileOutputFormat<K,V>
A sequence file output format that knows how to write AvroKeys and AvroValues in addition to Writables.