Apache Hive · JSON Structure

Hive Webhcat Database Structure

Type: object Properties: 5
ApacheBig DataData WarehouseETLHadoopOpen SourceSQL

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

Properties

name comment location ownerName ownerType

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-database-structure.json",
  "title": "Database",
  "type": "object",
  "properties": {
    "name": "string",
    "comment": "string",
    "location": "string",
    "ownerName": "string",
    "ownerType": "string"
  }
}