Skip to content

Commit 41b4c8a

Browse files
committed
Acrolinx fixes
1 parent 91e314f commit 41b4c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight-aks/trino/trino-connect-to-metastore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following example covers the addition of Hive catalog and metastore database
3636
**There are few important sections you need to add to your cluster ARM template to configure the Hive catalog and Hive metastore database:**
3737

3838
### Metastore configuration
39-
Configure external Hive metastore database which will be used by the cluster in `config.properties` file:
39+
Configure external Hive metastore database in `config.properties` file:
4040
```json
4141
{
4242
"fileName": "config.properties",
@@ -56,7 +56,7 @@ Configure external Hive metastore database which will be used by the cluster in
5656
|hive.metastore.hdi.metastoreWarehouseDir|ABFS URI to location in storage where data is stored.|`abfs://[email protected]/hive/warehouse`|
5757

5858
### Metastore authentication
59-
Configure authentication to external Hive metastore database by specifiying Azure Key Vault secrets to use in ARM template.
59+
Configure authentication to external Hive metastore database specifying Azure Key Vault secrets.
6060
> [!NOTE]
6161
> `referenceName` should match value provided in `hive.metastore.hdi.metastoreDbConnectionPasswordSecret`
6262
```json

0 commit comments

Comments
 (0)