public class TableStoreOutputFormat extends Object implements org.apache.hadoop.mapred.OutputFormat<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>
OutputFormat for table split. Currently useless.| 构造器和说明 |
|---|
TableStoreOutputFormat() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkOutputSpecs(org.apache.hadoop.fs.FileSystem fileSystem,
org.apache.hadoop.mapred.JobConf jobConf) |
org.apache.hadoop.mapred.RecordWriter<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData> |
getRecordWriter(org.apache.hadoop.fs.FileSystem fileSystem,
org.apache.hadoop.mapred.JobConf jobConf,
String s,
org.apache.hadoop.util.Progressable progressable) |
public org.apache.hadoop.mapred.RecordWriter<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData> getRecordWriter(org.apache.hadoop.fs.FileSystem fileSystem,
org.apache.hadoop.mapred.JobConf jobConf,
String s,
org.apache.hadoop.util.Progressable progressable)
throws IOException
getRecordWriter 在接口中 org.apache.hadoop.mapred.OutputFormat<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>IOExceptionpublic void checkOutputSpecs(org.apache.hadoop.fs.FileSystem fileSystem,
org.apache.hadoop.mapred.JobConf jobConf)
throws IOException
checkOutputSpecs 在接口中 org.apache.hadoop.mapred.OutputFormat<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>IOExceptionCopyright © 2019–2022 The Apache Software Foundation. All rights reserved.