| 程序包 | 说明 |
|---|---|
| org.apache.flink.formats.hadoop.bulk | |
| org.apache.flink.formats.hadoop.bulk.committer |
| 限定符和类型 | 方法和说明 |
|---|---|
HadoopFileCommitter |
DefaultHadoopFileCommitterFactory.create(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path targetFilePath) |
HadoopFileCommitter |
HadoopFileCommitterFactory.create(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path targetFilePath)
Creates a new Hadoop file committer for writing.
|
HadoopFileCommitter |
DefaultHadoopFileCommitterFactory.recoverForCommit(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path targetFilePath,
org.apache.hadoop.fs.Path tempFilePath) |
HadoopFileCommitter |
HadoopFileCommitterFactory.recoverForCommit(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path targetFilePath,
org.apache.hadoop.fs.Path inProgressPath)
Creates a Hadoop file committer for commit the pending file.
|
| 构造器和说明 |
|---|
HadoopPathBasedPartFileWriter(BucketID bucketID,
HadoopPathBasedBulkWriter<IN> writer,
HadoopFileCommitter fileCommitter,
long createTime) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HadoopRenameFileCommitter
The Hadoop file committer that directly rename the in-progress file to the target file.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.