Apache Hive · Example Payload

Hive Webhcat Job Example

ApacheBig DataData WarehouseETLHadoopOpen SourceSQL

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

Top-level fields

idstatuspercentCompletequerydatabasestatusdir

Example Payload

Raw ↑
{
  "id": "job_1718153645993_0001",
  "status": "RUNNING",
  "percentComplete": "50% complete",
  "query": "SELECT COUNT(*) FROM sales",
  "database": "mydb",
  "statusdir": "/tmp/hive-output"
}