public class OrcOutputFormat extends <any> implements HiveOutputFormat<NullWritable,org.apache.hadoop.hive.ql.io.orc.OrcSerde.OrcSerdeRow>
| Constructor and Description |
|---|
OrcOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
FileSinkOperator.RecordWriter |
getHiveRecordWriter(JobConf conf,
Path path,
java.lang.Class<? extends Writable> valueClass,
boolean isCompressed,
java.util.Properties tableProperties,
Progressable reporter)
create the final out file and get some specific settings.
|
<any> |
getRecordWriter(FileSystem fileSystem,
JobConf conf,
java.lang.String name,
Progressable reporter) |
public <any> getRecordWriter(FileSystem fileSystem,
JobConf conf,
java.lang.String name,
Progressable reporter)
throws java.io.IOException
java.io.IOExceptionpublic FileSinkOperator.RecordWriter getHiveRecordWriter(JobConf conf, Path path, java.lang.Class<? extends Writable> valueClass, boolean isCompressed, java.util.Properties tableProperties, Progressable reporter) throws java.io.IOException
HiveOutputFormatgetHiveRecordWriter in interface HiveOutputFormat<NullWritable,org.apache.hadoop.hive.ql.io.orc.OrcSerde.OrcSerdeRow>conf - the job configuration filepath - the final output file to be createdvalueClass - the value class used for createisCompressed - whether the content is compressed or nottableProperties - the table properties of this file's corresponding tablereporter - progress used for status reportjava.io.IOExceptionCopyright © 2012 The Apache Software Foundation