[
https://issues.apache.org/jira/browse/HIVE-29178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-29178:
----------------------------------
Summary: Add Catalog Properties support (was: Implement Catalog Properties
support)
> Add Catalog Properties support
> ------------------------------
>
> Key: HIVE-29178
> URL: https://issues.apache.org/jira/browse/HIVE-29178
> Project: Hive
> Issue Type: Sub-task
> Reporter: Denys Kuzmenko
> Priority: Major
>
> RestCatalog example:
> {code:java}
> CREATE CATALOG [IF NOT EXISTS] <catalog_name>
> PROPERTIES (
> 'type'='iceberg',
> 'catalog-type'='rest',
> 'uri'='https://iceberg-with-rest:8181/',
> 'client.impl'='org.apache.iceberg.hive.client.HiveRESTCatalogClient'
> );
> {code}
> Hive example
> {code}
> CREATE CATALOG [IF NOT EXISTS] <catalog_name>
> PROPERTIES (
> 'type'='iceberg',
> 'catalog-type'='hive',
> 'uri'='thrift://localhost:9083',
> 'warehouse'='hdfs://nn:8020/warehouse/path'
> );
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)