org.apache.hadoop.hive.ql.io.orc
Class OrcOutputFormat
java.lang.Object
org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat
- All Implemented Interfaces:
- HiveOutputFormat<NullWritable,org.apache.hadoop.hive.ql.io.orc.OrcSerde.OrcSerdeRow>
public class OrcOutputFormat
- extends
- implements HiveOutputFormat<NullWritable,org.apache.hadoop.hive.ql.io.orc.OrcSerde.OrcSerdeRow>
A Hive OutputFormat for ORC files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrcOutputFormat
public OrcOutputFormat()
getRecordWriter
public getRecordWriter(FileSystem fileSystem,
JobConf conf,
String name,
Progressable reporter)
throws IOException
- Throws:
IOException
getHiveRecordWriter
public FileSinkOperator.RecordWriter getHiveRecordWriter(JobConf conf,
Path path,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable reporter)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation