org.apache.hadoop.hive.ql.io.orc
Class OrcOutputFormat

java.lang.Object
  extended by 
      extended by 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.


Constructor Summary
OrcOutputFormat()
           
 
Method Summary
 FileSinkOperator.RecordWriter getHiveRecordWriter(JobConf conf, Path path, Class<? extends Writable> valueClass, boolean isCompressed, Properties tableProperties, Progressable reporter)
           
  getRecordWriter(FileSystem fileSystem, JobConf conf, String name, Progressable reporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.hive.ql.io.HiveOutputFormat
getHiveRecordWriter
 

Constructor Detail

OrcOutputFormat

public OrcOutputFormat()
Method Detail

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