Apache Hive · JSON Structure

Hive Webhcat Partition Structure

Type: object Properties: 5
ApacheBig DataData WarehouseETLHadoopOpen SourceSQL

Hive Webhcat Partition 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

tableName dbName values location 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-partition-structure.json",
  "title": "Partition",
  "type": "object",
  "properties": {
    "tableName": "string",
    "dbName": "string",
    "values": "array",
    "location": "string",
    "numRows": "int64"
  }
}