Apache Hive · JSON Structure

Hive Webhcat Column Structure

Type: object Properties: 3
ApacheBig DataData WarehouseETLHadoopOpen SourceSQL

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

Properties

name type comment

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-hive/json-structure/hive-webhcat-column-structure.json",
  "title": "Column",
  "type": "object",
  "properties": {
    "name": "string",
    "type": "string",
    "comment": "string"
  }
}