Class OrcOutputFormat<V extends Writable>

java.lang.Object
org.apache.hadoop.mapred.FileOutputFormat<NullWritable,V>
org.apache.orc.mapred.OrcOutputFormat<V>
All Implemented Interfaces:
OutputFormat<NullWritable,V>

public class OrcOutputFormat<V extends Writable> extends FileOutputFormat<NullWritable,V>
An ORC output format that satisfies the org.apache.hadoop.mapred API.