Apache Hudi · JSON Structure

Hudi Commitmetadata Structure

Type: object Properties: 6
ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

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

Properties

commitTime totalWriteBytes totalRecordsWritten totalUpdateRecordsWritten totalInsertRecordsWritten totalBytesWritten

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-commitmetadata-structure.json",
  "title": "CommitMetadata",
  "type": "object",
  "properties": {
    "commitTime": "string",
    "totalWriteBytes": "int64",
    "totalRecordsWritten": "int64",
    "totalUpdateRecordsWritten": "int64",
    "totalInsertRecordsWritten": "int64",
    "totalBytesWritten": "int64"
  }
}