Apache Hive · Example Payload

Hive Webhcat Table Example

ApacheBig DataData WarehouseETLHadoopOpen SourceSQL

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

Top-level fields

tableNamedbNametableTypecommentlocationinputFormatoutputFormatnumRows

Example Payload

Raw ↑
{
  "tableName": "sales",
  "dbName": "mydb",
  "tableType": "MANAGED_TABLE",
  "comment": "Sales transaction data",
  "location": "hdfs://namenode/user/hive/warehouse/mydb.db/sales",
  "inputFormat": "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat",
  "outputFormat": "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat",
  "numRows": 1000000
}