Apache Hive · Example Payload

Hive Webhcat Partition Example

ApacheBig DataData WarehouseETLHadoopOpen SourceSQL

Hive Webhcat Partition Example is an example object payload from Apache Hive, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tableNamedbNamevalueslocationnumRows

Example Payload

Raw ↑
{
  "tableName": "sales",
  "dbName": "mydb",
  "values": [
    "2024-01",
    "US"
  ],
  "location": "hdfs://namenode/user/hive/warehouse/mydb.db/sales/dt=2024-01/country=US",
  "numRows": 50000
}