Apache Hudi · JSON-LD Context

Apache Hudi Timeline Context

JSON-LD context defining the semantic vocabulary for Apache Hudi Timeline from Apache Hudi.

25 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

hudi: https://hudi.apache.org/vocab#

Classes

tableName basePath tableType schema preCombineField recordKeyField partitionPathField operation batchSize parallelism smallFileLimit compactionEnabled timestamp action state commitTime totalWriteBytes totalRecordsWritten totalUpdateRecordsWritten totalInsertRecordsWritten policy retainCommits queryType beginInstantTime endInstantTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "hudi": "https://hudi.apache.org/vocab#",
    "tableName": "schema:name",
    "basePath": "schema:url",
    "tableType": "hudi:tableType",
    "schema": "hudi:schema",
    "preCombineField": "hudi:preCombineField",
    "recordKeyField": "hudi:recordKeyField",
    "partitionPathField": "hudi:partitionPathField",
    "operation": "hudi:operation",
    "batchSize": "hudi:batchSize",
    "parallelism": "hudi:parallelism",
    "smallFileLimit": "hudi:smallFileLimit",
    "compactionEnabled": "hudi:compactionEnabled",
    "timestamp": "schema:dateCreated",
    "action": "hudi:action",
    "state": "schema:status",
    "commitTime": "hudi:commitTime",
    "totalWriteBytes": "hudi:totalWriteBytes",
    "totalRecordsWritten": "hudi:totalRecordsWritten",
    "totalUpdateRecordsWritten": "hudi:totalUpdateRecordsWritten",
    "totalInsertRecordsWritten": "hudi:totalInsertRecordsWritten",
    "policy": "hudi:policy",
    "retainCommits": "hudi:retainCommits",
    "queryType": "hudi:queryType",
    "beginInstantTime": "hudi:beginInstantTime",
    "endInstantTime": "hudi:endInstantTime"
  }
}