Apache Hudi · JSON Structure

Hudi Writeconfig Structure

Type: object Properties: 5
ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

Hudi Writeconfig Structure is a JSON Structure definition published by Apache Hudi, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

operation batchSize parallelism smallFileLimit compactionEnabled

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-hudi/json-structure/hudi-writeconfig-structure.json",
  "title": "WriteConfig",
  "type": "object",
  "properties": {
    "operation": "string",
    "batchSize": "int32",
    "parallelism": "int32",
    "smallFileLimit": "int32",
    "compactionEnabled": "boolean"
  }
}