Interface | Description |
---|---|
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 . |
Class | Description |
---|---|
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–2021 The Apache Software Foundation. All rights reserved.