[
https://issues.apache.org/jira/browse/HIVE-29178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-29178:
----------------------------------
Description:
RestCatalog example:
{code:java}
CREATE CATALOG [IF NOT EXISTS] <catalog_name> TYPE='rest'
PROPERTIES (
'uri'='https://iceberg-with-rest:8181/'
'client.impl'='org.apache.iceberg.hive.client.HiveRESTCatalogClient'
)
{code}
was:
Iceberg example:
{code:java}
CREATE CATALOG [IF NOT EXISTS] <catalog_name> TYPE='rest'
PROPERTIES (
'uri'='https://iceberg-with-rest:8181/'
'client.impl'='org.apache.iceberg.hive.client.HiveRESTCatalogClient'
)
{code}
> Add Type and 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> TYPE='rest'
> PROPERTIES (
> 'uri'='https://iceberg-with-rest:8181/'
> 'client.impl'='org.apache.iceberg.hive.client.HiveRESTCatalogClient'
> )
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)