| Package | Description |
|---|---|
| org.apache.hudi.hadoop | |
| org.apache.hudi.hadoop.realtime |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieCopyOnWriteTableInputFormat
Base implementation of the Hive's
FileInputFormat allowing for reading of Hudi's
Copy-on-Write (COW) tables in various configurations:
Snapshot mode: reading table's state as of particular timestamp (or instant, in Hudi's terms)
Incremental mode: reading table's state as of particular timestamp (or instant, in Hudi's terms)
External mode: reading non-Hudi partitions
NOTE: This class is invariant of the underlying file-format of the files being read |
class |
HoodieHFileInputFormat
HoodieInputFormat for HUDI datasets which store data in HFile base file format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieHFileRealtimeInputFormat
HoodieRealtimeInputFormat for HUDI datasets which store data in HFile base file format.
|
class |
HoodieMergeOnReadTableInputFormat
Base implementation of the Hive's
FileInputFormat allowing for reading of Hudi's
Merge-on-Read (COW) tables in various configurations:
Snapshot mode: reading table's state as of particular timestamp (or instant, in Hudi's terms)
Incremental mode: reading table's state as of particular timestamp (or instant, in Hudi's terms)
External mode: reading non-Hudi partitions
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.