Skip to content

Commit 6c51378

Browse files
Update trino-add-delta-lake-catalog.md
1 parent b55192a commit 6c51378

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/hdinsight-aks/trino/trino-add-delta-lake-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 Delta Lake catalog in your
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"
@@ -66,7 +65,7 @@ This article provides an overview of how to configure Delta Lake catalog in your
6665
|-|-|-|
6766
|fileName|delta.properties|Name of the catalog file. If the file is called delta.properties, `delta` becomes the catalog name.|
6867
|connector.name|delta_lake|The type of the catalog. For Delta Lake, catalog type must be `delta_lake`|
69-
|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.|
68+
|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.|
7069
|delta.register-table-procedure.enabled|true|Required to allow external tables to be registered.|
7170

7271
See [Trino documentation](https://trino.io/docs/current/connector/delta-lake.html#general-configuration) for other delta lake configuration options.

0 commit comments

Comments
 (0)