Reference: WebHCat Resources
This overview page lists all of the WebHCat resources. (DDL resources are listed here and on another overview page. For information about HCatalog DDL commands, see HCatalog DDL. For information about Hive DDL commands, see Hive Data Definition Language.)
Category | Resource (Type) | Description |
---|---|---|
General | Return a list of supported response types. | |
| Return the WebHCat server status. | |
| Return a list of supported versions and the current version. | |
version/hive (GET) | Return the Hive version being run. (Added in Hive 0.13.0.) | |
version/hadoop (GET) | Return the Hadoop version being run. (Added in Hive 0.13.0.) | |
Perform an HCatalog DDL command. | ||
| List HCatalog databases. | |
| Describe an HCatalog database. | |
| Create an HCatalog database. | |
| Delete (drop) an HCatalog database. | |
| List the tables in an HCatalog database. | |
| Describe an HCatalog table. | |
| Create a new HCatalog table. | |
| Rename an HCatalog table. | |
| Delete (drop) an HCatalog table. | |
| Create a new HCatalog table like an existing one. | |
| List all partitions in an HCatalog table. | |
| Describe a single partition in an HCatalog table. | |
| Create a partition in an HCatalog table. | |
| Delete (drop) a partition in an HCatalog table. | |
| List the columns in an HCatalog table. | |
| Describe a single column in an HCatalog table. | |
| Create a column in an HCatalog table. | |
| List table properties. | |
| Return the value of a single table property. | |
| Set a table property. | |
MapReduce | Create and queue Hadoop streaming MapReduce jobs. | |
| Create and queue standard Hadoop MapReduce jobs. | |
Pig | Create and queue Pig jobs. | |
Hive | Run Hive queries and commands. | |
Queue | Return a list of all job IDs. (Removed in Hive 0.14.0.) | |
| Return the status of a job given its ID. (Removed in Hive 0.14.0.) | |
| Kill a job given its ID. (Removed in Hive 0.14.0.) | |
Jobs | Return a list of all job IDs. | |
| Return the status of a job given its ID. | |
| Kill a job given its ID. |
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Previous: Configuration Overview of DDL resources: WebHCat Reference: DDL General: WebHCat Manual – HCatalog Manual – Hive Wiki Home – Hive Project Site |