Package org.apache.iceberg.mr.hive
Class HiveIcebergOutputFormat<T>
java.lang.Object
org.apache.iceberg.mr.hive.HiveIcebergOutputFormat<T>
- All Implemented Interfaces:
org.apache.hadoop.hive.ql.io.HiveOutputFormat<org.apache.hadoop.io.NullWritable,
,Container<Record>> org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.NullWritable,
Container<Record>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkOutputSpecs
(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job) org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter
getHiveRecordWriter
(org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.fs.Path finalOutPath, Class valueClass, boolean isCompressed, Properties tableAndSerDeProperties, org.apache.hadoop.util.Progressable progress) getRecordWriter
(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
-
Constructor Details
-
HiveIcebergOutputFormat
public HiveIcebergOutputFormat()
-
-
Method Details
-
getHiveRecordWriter
public org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.fs.Path finalOutPath, Class valueClass, boolean isCompressed, Properties tableAndSerDeProperties, org.apache.hadoop.util.Progressable progress) -
getRecordWriter
-
checkOutputSpecs
public void checkOutputSpecs(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job)
-