public interface HiveFileWriterFactory
| Modifier and Type | Method and Description |
|---|---|
Optional<FileWriter> |
createFileWriter(org.apache.hadoop.fs.Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf conf,
ConnectorSession session) |
Optional<FileWriter> createFileWriter(org.apache.hadoop.fs.Path path, List<String> inputColumnNames, StorageFormat storageFormat, Properties schema, org.apache.hadoop.mapred.JobConf conf, ConnectorSession session)
Copyright © 2012–2020. All rights reserved.