public class OrcOutputFormat
extends org.apache.hadoop.mapred.FileOutputFormat<org.apache.hadoop.io.NullWritable,com.facebook.hive.orc.OrcSerde.OrcSerdeRow>
implements org.apache.hadoop.hive.ql.io.HiveOutputFormat<org.apache.hadoop.io.NullWritable,com.facebook.hive.orc.OrcSerde.OrcSerdeRow>
| Constructor and Description |
|---|
OrcOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter |
getHiveRecordWriter(org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.fs.Path path,
Class<? extends org.apache.hadoop.io.Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
org.apache.hadoop.util.Progressable reporter) |
org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.NullWritable,com.facebook.hive.orc.OrcSerde.OrcSerdeRow> |
getRecordWriter(org.apache.hadoop.fs.FileSystem fileSystem,
org.apache.hadoop.mapred.JobConf conf,
String name,
org.apache.hadoop.util.Progressable reporter) |
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPathpublic org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.NullWritable,com.facebook.hive.orc.OrcSerde.OrcSerdeRow> getRecordWriter(org.apache.hadoop.fs.FileSystem fileSystem,
org.apache.hadoop.mapred.JobConf conf,
String name,
org.apache.hadoop.util.Progressable reporter)
throws IOException
getRecordWriter in interface org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.NullWritable,com.facebook.hive.orc.OrcSerde.OrcSerdeRow>getRecordWriter in class org.apache.hadoop.mapred.FileOutputFormat<org.apache.hadoop.io.NullWritable,com.facebook.hive.orc.OrcSerde.OrcSerdeRow>IOExceptionpublic org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter getHiveRecordWriter(org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.fs.Path path,
Class<? extends org.apache.hadoop.io.Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
org.apache.hadoop.util.Progressable reporter)
throws IOException
getHiveRecordWriter in interface org.apache.hadoop.hive.ql.io.HiveOutputFormat<org.apache.hadoop.io.NullWritable,com.facebook.hive.orc.OrcSerde.OrcSerdeRow>IOExceptionCopyright © 2013–2021. All rights reserved.