public class HiveOutputFormatFactory extends Object implements OutputFormatFactory<Row>
OutputFormatFactory
, use FileSinkOperator.RecordWriter
to write record.Constructor and Description |
---|
HiveOutputFormatFactory(HiveWriterFactory factory) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.connectors.hive.write.HiveOutputFormatFactory.HiveOutputFormat |
createOutputFormat(Path path)
Create a
OutputFormat with specific path. |
public HiveOutputFormatFactory(HiveWriterFactory factory)
public org.apache.flink.connectors.hive.write.HiveOutputFormatFactory.HiveOutputFormat createOutputFormat(Path path)
OutputFormatFactory
OutputFormat
with specific path.createOutputFormat
in interface OutputFormatFactory<Row>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.