[ 
https://issues.apache.org/jira/browse/HIVE-28879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Denys Kuzmenko updated HIVE-28879:
----------------------------------
    Description: 
Add a new capability that enables HiveCatalog to seamlessly access tables 
stored in Hive Metastores and any other registered external Catalog.
{code:java}
CREATE CATALOG [IF NOT EXISTS] <catalog_name> TYPE 'iceberg'
PROPERTIES (
  'catalog-impl'='rest',
  'uri'='https://iceberg-with-rest:8181/'
)
{code}
example: [https://iceberg.apache.org/docs/1.4.0/flink-ddl/]

TYPES:
 * HIVE (default),
 ** External / Iceberg
 ** ACID
 * HADOOP,
 * REST
 * GLUE
 * NESSIE
 * JDBC
 * Kafka, Druid, Hbase, etc

conf sample: 
[https://github.com/apache/polaris/blob/main/getting-started/trino/trino-config/catalog/iceberg.properties]

  was:
Add a new capability that enables HiveCatalog to seamlessly access tables 
stored in Hive Metastores and any other registered external Catalog.
{code:java}
CREATE CATALOG [IF NOT EXISTS] <catalog_name> TYPE 'iceberg'
PROPERTIES (
  'catalog-impl'='rest',
  'uri'='https://iceberg-with-rest:8181/'
)
{code}
example: [https://iceberg.apache.org/docs/1.4.0/flink-ddl/]

TYPES:
 * HIVE (default)
 ** Hive External (JDBC, Kafka, Druid, Hbase, etc)
 ** ACID tables
 * ICEBERG
 ** HIVE (HMS-backed Hive Catalog),
 ** HADOOP,
 ** REST
 ** GLUE
 ** NESSIE
 ** JDBC

conf sample: 
[https://github.com/apache/polaris/blob/main/getting-started/trino/trino-config/catalog/iceberg.properties]


> Federated Catalog support
> -------------------------
>
>                 Key: HIVE-28879
>                 URL: https://issues.apache.org/jira/browse/HIVE-28879
>             Project: Hive
>          Issue Type: New Feature
>          Components: Iceberg integration, Standalone Metastore
>            Reporter: Denys Kuzmenko
>            Priority: Major
>
> Add a new capability that enables HiveCatalog to seamlessly access tables 
> stored in Hive Metastores and any other registered external Catalog.
> {code:java}
> CREATE CATALOG [IF NOT EXISTS] <catalog_name> TYPE 'iceberg'
> PROPERTIES (
>   'catalog-impl'='rest',
>   'uri'='https://iceberg-with-rest:8181/'
> )
> {code}
> example: [https://iceberg.apache.org/docs/1.4.0/flink-ddl/]
> TYPES:
>  * HIVE (default),
>  ** External / Iceberg
>  ** ACID
>  * HADOOP,
>  * REST
>  * GLUE
>  * NESSIE
>  * JDBC
>  * Kafka, Druid, Hbase, etc
> conf sample: 
> [https://github.com/apache/polaris/blob/main/getting-started/trino/trino-config/catalog/iceberg.properties]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to