Apache Hudi · Schema

HudiTable

Apache Hudi table metadata and configuration

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen 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