Skip to content

Commit 7bdf72e

Browse files
Update trino-add-iceberg-catalog.md
1 parent 6c51378 commit 7bdf72e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/hdinsight-aks/trino/trino-add-iceberg-catalog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ This article provides an overview of how to configure Iceberg catalog in your Tr
3434
"fileName": "config.properties",
3535
"values": {
3636
"hive.metastore.hdi.metastoreDbConnectionURL": "jdbc:sqlserver://{{DATABASE_SERVER}}.database.windows.net;database={{DATABASE_NAME}};encrypt=true;trustServerCertificate=true;create=false;loginTimeout=30",
37-
"hive.metastore.hdi.metastoreDbConnectionAuthenticationMode": "SqlAuth",
3837
"hive.metastore.hdi.metastoreDbConnectionUserName": "{{DATABASE_USER_NAME}}",
3938
"hive.metastore.hdi.metastoreDbConnectionPasswordSecret": "{{SECRET_REFERENCE_NAME}}",
4039
"hive.metastore.hdi.metastoreWarehouseDir": "abfs://{{AZURE_STORAGE_CONTAINER}}@{{AZURE_STORAGE_ACCOUNT_NAME}}.dfs.core.windows.net/hive/warehouse"
@@ -65,7 +64,7 @@ This article provides an overview of how to configure Iceberg catalog in your Tr
6564
|-|-|-|
6665
|fileName|iceberg.properties|Name of the catalog file. If the file is called iceberg.properties, then `iceberg` becomes the catalog name.|
6766
|connector.name|iceberg|The type of the catalog. For Iceberg, catalog type must be `iceberg`|
68-
|hive.metastore|hdi|Type of hive metastore to use for this catalog. Type `hdi` instructs cluster to use built-in Hive Metastore service, configured above.|
67+
|hive.metastore|hdi|Type of hive metastore to use for this catalog. Type `hdi`, it instructs cluster to use in-cluster Hive Metastore service, configured above.|
6968
|iceberg.register-table-procedure.enabled|true|Required to allow external tables to be registered.|
7069

7170
Refer to [Trino documentation](https://trino.io/docs/current/connector/iceberg.html#general-configuration) for other iceberg configuration options.

0 commit comments

Comments
 (0)