Apache Hive · JSON Structure

Hive Webhcat Table Structure

Type: object Properties: 8
ApacheBig DataData WarehouseETLHadoopOpen SourceSQL

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

Properties

tableName dbName tableType comment location inputFormat outputFormat numRows

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-table-structure.json",
  "title": "Table",
  "type": "object",
  "properties": {
    "tableName": "string",
    "dbName": "string",
    "tableType": "string",
    "comment": "string",
    "location": "string",
    "inputFormat": "string",
    "outputFormat": "string",
    "numRows": "int64"
  }
}