Apache Hive · JSON-LD Context

Apache Hive Webhcat Context

JSON-LD context defining the semantic vocabulary for Apache Hive Webhcat from Apache Hive.

21 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

hive: https://hive.apache.org/vocab#

Classes

name comment location ownerName ownerType tableName dbName tableType inputFormat outputFormat numRows type values status schema rows database id percentComplete query statusdir

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "hive": "https://hive.apache.org/vocab#",
    "name": "schema:name",
    "comment": "schema:description",
    "location": "schema:url",
    "ownerName": "schema:creator",
    "ownerType": "hive:ownerType",
    "tableName": "hive:tableName",
    "dbName": "hive:dbName",
    "tableType": "hive:tableType",
    "inputFormat": "hive:inputFormat",
    "outputFormat": "hive:outputFormat",
    "numRows": "hive:numRows",
    "type": "schema:DataType",
    "values": "hive:values",
    "status": "schema:status",
    "schema": "hive:schema",
    "rows": "hive:rows",
    "database": "hive:database",
    "id": "schema:identifier",
    "percentComplete": "hive:percentComplete",
    "query": "hive:query",
    "statusdir": "hive:statusdir"
  }
}