[ https://issues.apache.org/jira/browse/HIVE-28879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Denys Kuzmenko updated HIVE-28879: ---------------------------------- Description: {code} CREATE CATALOG [IF NOT EXISTS] <catalog_name> TYPE 'iceberg' PROPERTIES ( 'catalog-type'='rest', 'uri'='https://iceberg-with-rest:8181/' ) {code} example: https://iceberg.apache.org/docs/1.4.0/flink-ddl/ TYPES: Hive (Hive External / ACID tables) - default Iceberg (HMS-backed Hive catalog, Hadoop, Rest Catalog ) was: ```` CREATE CATALOG [IF NOT EXISTS] <catalog_name> TYPE 'iceberg' PROPERTIES ( 'catalog-type'='rest', 'uri'='https://iceberg-with-rest:8181/' ) ```` example: https://iceberg.apache.org/docs/1.4.0/flink-ddl/ TYPES: Hive (Hive External / ACID tables) - default Iceberg (HMS-backed Hive catalog, Hadoop, Rest Catalog ) > Federated Catalog > ----------------- > > Key: HIVE-28879 > URL: https://issues.apache.org/jira/browse/HIVE-28879 > Project: Hive > Issue Type: New Feature > Reporter: Denys Kuzmenko > Priority: Major > > {code} > CREATE CATALOG [IF NOT EXISTS] <catalog_name> TYPE 'iceberg' > PROPERTIES ( > 'catalog-type'='rest', > 'uri'='https://iceberg-with-rest:8181/' > ) > {code} > example: https://iceberg.apache.org/docs/1.4.0/flink-ddl/ > TYPES: > Hive (Hive External / ACID tables) - default > Iceberg (HMS-backed Hive catalog, Hadoop, Rest Catalog ) -- This message was sent by Atlassian Jira (v8.20.10#820010)