You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Connecting to the HIVE metastore for Trino clusters in HDInsight on AKS
4
4
ms.service: hdinsight-aks
5
5
ms.topic: how-to
6
-
ms.date: 10/19/2023
6
+
ms.date: 02/21/2024
7
7
---
8
8
9
9
# Use external Hive metastore database
@@ -65,7 +65,7 @@ Configure authentication to external Hive metastore database specifying Azure Ke
65
65
"secrets": [
66
66
{
67
67
"referenceName": "hms-db-pwd",
68
-
"type": "secret",
68
+
"type": "Secret",
69
69
"keyVaultObjectName": "hms-db-pwd"
70
70
} ]
71
71
},
@@ -74,7 +74,7 @@ Configure authentication to external Hive metastore database specifying Azure Ke
74
74
|---|---|---|
75
75
|secretsProfile.keyVaultResourceId|Azure resource ID string to Azure Key Vault where secrets for Hive metastore are stored.|/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/trino-rg/providers/Microsoft.KeyVault/vaults/trinoakv|
76
76
|secretsProfile.secrets[*].referenceName|Unique reference name of the secret to use later in clusterProfile.|Secret1_ref|
77
-
|secretsProfile.secrets[*].type|Type of object in Azure Key Vault, only “secret” is supported.|secret|
77
+
|secretsProfile.secrets[*].type|Type of object in Azure Key Vault, only “Secret” is supported.|Secret|
78
78
|secretsProfile.secrets[*].keyVaultObjectName|Name of secret object in Azure Key Vault containing actual secret value.|secret1|
79
79
80
80
### Catalog configuration
@@ -113,7 +113,7 @@ To configure external Hive metastore to an existing Trino cluster, add the requi
113
113
"secrets": [
114
114
{
115
115
"referenceName": "hms-db-pwd",
116
-
"type": "secret",
116
+
"type": "Secret",
117
117
"keyVaultObjectName": "hms-db-pwd"
118
118
} ]
119
119
},
@@ -208,7 +208,7 @@ Alternatively external Hive metastore database parameters can be specified in `t
208
208
"secrets": [
209
209
{
210
210
"referenceName": "hms-db-pwd",
211
-
"type": "secret",
211
+
"type": "Secret",
212
212
"keyVaultObjectName": "hms-db-pwd"
213
213
} ]
214
214
},
@@ -249,4 +249,4 @@ Alternatively external Hive metastore database parameters can be specified in `t
0 commit comments