APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Apache Hudi
HudiTable
Apache Hudi
· Schema
HudiTable
Apache Hudi table metadata and configuration
ACID
Apache
Big Data
Data Lake
Incremental Processing
Lakehouse
Open Source
Properties
Name
Type
Description
tableName
string
Hudi table name
basePath
string
HDFS or S3 base path for the table
tableType
string
Table type (COPY_ON_WRITE or MERGE_ON_READ)
schema
string
Avro schema string for the table
preCombineField
string
Field used for deduplication ordering
recordKeyField
string
Field used as record key
partitionPathField
string
Field used for partitioning
View JSON Schema on GitHub