Apache Hudi · Example Payload

Hudi Writeconfig Example

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

Hudi Writeconfig Example is an example object payload from Apache Hudi, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationbatchSizeparallelismsmallFileLimitcompactionEnabled

Example Payload

Raw ↑
{
  "operation": "UPSERT",
  "batchSize": 50000,
  "parallelism": 100,
  "smallFileLimit": 104857600,
  "compactionEnabled": false
}