WebHCat Reference: DDL Resources
This is an overview page for the WebHCat DDL resources. The full list of WebHCat resources is on this overview page.
- For information about HCatalog DDL commands, see HCatalog DDL.
- For information about Hive DDL commands, see Hive Data Definition Language.
Object | Resource (Type) | Description |
---|---|---|
DDL Command | Perform an HCatalog DDL command. | |
Database | List HCatalog databases. | |
| Describe an HCatalog database. | |
| Create an HCatalog database. | |
| Delete (drop) an HCatalog database. | |
Table | 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. | |
Partition | 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. | |
Column | List the columns in an HCatalog table. | |
| Describe a single column in an HCatalog table. | |
| Create a column in an HCatalog table. | |
Property | List table properties. | |
| Return the value of a single table property. | |
| Set a table property. |
Previous: GET version
Next: POST ddl
HCatalog DDL commands: HCatalog DDL
Hive DDL commands: Hive Data Definition Language
General: WebHCat Reference – WebHCat (Templeton) Manual – HCatalog Manual – Hive Home