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
# 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
32
32
33
33
Follow below steps to set up a linked service to the external Hive Metastore in Synapse workspace.
34
34
35
-
### [Azure SQL Database](#tab/azure-sql-database)
35
+
### Linked Service for Azure SQL Database
36
36
37
37
1. Open Synapse Studio, go to **Manage > Linked services** at left, click **New** to create a new linked service.
38
38
@@ -52,7 +52,7 @@ Follow below steps to set up a linked service to the external Hive Metastore in
52
52
53
53
8. Click **Create** to create the linked service.
54
54
55
-
### [Azure Database for MySQL](#tab/azure-database-for-mysql)
55
+
### Linked Service for Azure Database for MySQL
56
56
57
57
1. Open Synapse Studio, go to **Manage > Linked services** at left, click **New** to create a new linked service.
58
58
@@ -71,7 +71,10 @@ Follow below steps to set up a linked service to the external Hive Metastore in
71
71
7. Click **Create** to create the linked service.
72
72
73
73
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.
75
78
76
79
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.
0 commit comments