Skip to content

Commit 6f1b6a1

Browse files
Merge pull request #311915 from konjac/kuhuan/fix-external-hms
Fix rendering issue of Synapse Hive Metastore
2 parents dce04d1 + 9702bde commit 6f1b6a1

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

articles/synapse-analytics/spark/apache-spark-external-metastore.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords: external Hive Metastore,share,Synapse
55
ms.service: azure-synapse-analytics
66
ms.topic: conceptual
77
ms.subservice: spark
8-
author: jejiang
9-
ms.author: jejiang
8+
author: konjac
9+
ms.author: kuhuan
1010
ms.date: 11/15/2024
1111
---
1212
# Use external Hive Metastore for Synapse Spark Pool
@@ -32,7 +32,7 @@ The feature works with Spark 3.3. The following table shows the supported Hive M
3232
3333
Follow below steps to set up a linked service to the external Hive Metastore in Synapse workspace.
3434

35-
### [Azure SQL Database](#tab/azure-sql-database)
35+
### Linked Service for Azure SQL Database
3636

3737
1. Open Synapse Studio, go to **Manage > Linked services** at left, click **New** to create a new linked service.
3838

@@ -52,7 +52,7 @@ Follow below steps to set up a linked service to the external Hive Metastore in
5252

5353
8. Click **Create** to create the linked service.
5454

55-
### [Azure Database for MySQL](#tab/azure-database-for-mysql)
55+
### Linked Service for Azure Database for MySQL
5656

5757
1. Open Synapse Studio, go to **Manage > Linked services** at left, click **New** to create a new linked service.
5858

@@ -71,7 +71,10 @@ Follow below steps to set up a linked service to the external Hive Metastore in
7171
7. Click **Create** to create the linked service.
7272

7373

74-
### Test connection and get the metastore version in notebook
74+
### (Optional)Test connection and get the metastore version in notebook
75+
76+
> [!NOTE]
77+
> The following testing code pieces only apply to user/password auth.
7578
7679
Some network security rule settings could block access from Spark pool to the external Hive Metastore DB. Before you configure the Spark pool, run below code in any Spark pool notebook to test connection to the external Hive Metastore DB.
7780

0 commit comments

Comments
 (0)