| 接口 | 说明 |
|---|---|
| HadoopFileCommitter |
The committer publishes an intermediate Hadoop file to the target path after it finishes writing.
|
| HadoopFileCommitterFactory |
The factory to create the
HadoopFileCommitter. |
| HadoopPathBasedBulkWriter<T> |
Specialized
BulkWriter which is expected to write to specified Path. |
| HadoopPathBasedBulkWriter.Factory<T> |
A factory that creates a
HadoopPathBasedBulkWriter. |
| 类 | 说明 |
|---|---|
| DefaultHadoopFileCommitterFactory |
The default hadoop file committer factory which always use
HadoopRenameFileCommitter. |
| HadoopPathBasedPartFileWriter<IN,BucketID> |
The part-file writer that writes to the specified hadoop path.
|
| HadoopPathBasedPartFileWriter.HadoopPathBasedBucketWriter<IN,BucketID> |
Factory to create
HadoopPathBasedPartFileWriter. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.