public class HiveOutputFormatFactory extends Object implements org.apache.flink.table.filesystem.OutputFormatFactory<org.apache.flink.types.Row>
OutputFormatFactory, use FileSinkOperator.RecordWriter to write record.| 构造器和说明 |
|---|
HiveOutputFormatFactory(org.apache.hadoop.mapred.JobConf jobConf,
Class hiveOutputFormatClz,
org.apache.hadoop.hive.metastore.api.SerDeInfo serDeInfo,
org.apache.flink.table.api.TableSchema schema,
String[] partitionColumns,
Properties tableProperties,
HiveShim hiveShim,
boolean isCompressed) |
public HiveOutputFormatFactory(org.apache.hadoop.mapred.JobConf jobConf,
Class hiveOutputFormatClz,
org.apache.hadoop.hive.metastore.api.SerDeInfo serDeInfo,
org.apache.flink.table.api.TableSchema schema,
String[] partitionColumns,
Properties tableProperties,
HiveShim hiveShim,
boolean isCompressed)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.