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
|`*.servicebus.windows.net`| 443 | Required for interactive authoring, for example, test connection on Azure Purview Studio. Currently wildcard is required as there is no dedicated resource. |
139
138
|`*.frontend.clouddatahub.net`| 443 | Required to connect to the Azure Purview service. Currently wildcard is required as there is no dedicated resource. |
139
+
|`*.servicebus.windows.net`| 443 | Required for setting up scan on Azure Purview Studio. This endpoint is used for interactive authoring from UI, for example, test connection, browse folder list and table list to scope scan. Currently wildcard is required as there is no dedicated resource. |
140
140
|`<managed_storage_account>.blob.core.windows.net`| 443 | Required to connect to the Azure Purview managed Azure Blob storage account. |
141
141
|`<managed_storage_account>.queue.core.windows.net`| 443 | Required to connect to the Azure Purview managed Azure Queue storage account. |
142
142
|`<managed_Event_Hub_resource>.servicebus.windows.net`| 443 | Azure Purview uses this to connect with the associated service bus. It's covered by allowing the above domain. If you use private endpoint, you need to test access to this single domain.|
Copy file name to clipboardExpand all lines: articles/purview/register-scan-hive-metastore-source.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
6
6
ms.service: purview
7
7
ms.subservice: purview-data-map
8
8
ms.topic: how-to
9
-
ms.date: 01/17/2022
9
+
ms.date: 02/25/2022
10
10
ms.custom: template-how-to, ignite-fall-2021
11
11
---
12
12
@@ -52,7 +52,7 @@ When setting up scan, you can choose to scan an entire Hive metastore database,
52
52
53
53
* Ensure that Visual C++ Redistributable for Visual Studio 2012 Update 4 is installed on the machine where the self-hosted integration runtime is running. If you don't have this update installed, [download it now](https://www.microsoft.com/download/details.aspx?id=30679).
54
54
55
-
* Download and install the Hive Metastore database's JDBC driver on the machine where your self-hosted integration runtime is running. For example, if the database is *mssql*, download [Microsoft's JDBC driver for SQL Server](/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server).
55
+
* Download the Hive Metastore database's JDBC driver on the machine where your self-hosted integration runtime is running. For example, if the database is *mssql*, download [Microsoft's JDBC driver for SQL Server](/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server). If you scan Azure Databricks's Hive Metastore, download the MariaDB Connector/J version 2.7.5 from [here](https://dlm.mariadb.com/1965742/Connectors/java/connector-java-2.7.5/mariadb-java-client-2.7.5.jar); version 3.0.3 is not supported.
56
56
57
57
> [!Note]
58
58
> The driver should be accessible to all accounts in the machine. Don't install it in a user account.
@@ -119,10 +119,10 @@ Use the following steps to scan Hive Metastore databases to automatically identi
119
119
120
120
1.**Metastore JDBC Driver Location**: Specify the path to the JDBC driver location on your machine where the self-hosted integration runtime is running. This should be a valid path to the folder for JAR files.
121
121
122
-
If you're scanning Azure Databricks, refer to the information on Azure Databricks in the next step.
123
-
124
122
> [!Note]
125
123
> The driver should be accessible to all accounts in the machine. Don't install it in a user account.
124
+
>
125
+
> If you scan Azure Databricks's Hive Metastore, download the MariaDB Connector/J version 2.7.5 from [here](https://dlm.mariadb.com/1965742/Connectors/java/connector-java-2.7.5/mariadb-java-client-2.7.5.jar). Version 3.0.3 is not supported.
126
126
127
127
1.**Metastore JDBC Driver Class**: Provide the class name for the connection driver. For example, enter **\com.microsoft.sqlserver.jdbc.SQLServerDriver**.
128
128
@@ -141,13 +141,15 @@ Use the following steps to scan Hive Metastore databases to automatically identi
141
141
:::image type="content" source="media/register-scan-hive-metastore-source/databricks-jdbc-connection.png" alt-text="Screenshot that shows an example connection U R L property." border="true":::
142
142
143
143
> [!NOTE]
144
-
> When you copy the URL from *hive-site.xml*, remove `amp;` from the string or the scan will fail. Then append the path to your SSL certificate to the URL. This will be the path to the SSL certificate's location on your machine. [Download the SSL certificate](https://www.digicert.com/CACerts/BaltimoreCyberTrustRoot.crt.pem).
144
+
> When you copy the URL from *hive-site.xml*, remove `amp;` from the string or the scan will fail.
145
145
>
146
-
> When you enter local file system paths in the Azure Purview Studio scan configuration, remember to change the Windows path separator character from a backslash (`\`) to a forward slash (`/`). For example, if your MariaDB JAR file is *C:\mariadb-jdbc.jar*, change it to *C:/mariadb-jdbc.jar*. Make the same change to the Metastore JDBC URL `sslCA` parameter. For example, if it's placed at local file system path *D:\Drivers\SSLCert\BaltimoreCyberTrustRoot.crt.pem*, change it to *D:/Drivers/SSLCert/BaltimoreCyberTrustRoot.crt.pem*.
146
+
> [Download the SSL certificate](https://www.digicert.com/CACerts/BaltimoreCyberTrustRoot.crt.pem) to the self-hosted integration runtime machine, then update the path to the SSL certificate's location on your machine in the URL.
147
+
>
148
+
> When you enter local file paths in the scan configuration, change the Windows path separator character from a backslash (`\`) to a forward slash (`/`). For example, if you place the SSL certificate at local file path *D:\Drivers\SSLCert\BaltimoreCyberTrustRoot.crt.pem*, change the `serverSslCert` parameter value to *D:/Drivers/SSLCert/BaltimoreCyberTrustRoot.crt.pem*.
147
149
148
150
The **Metastore JDBC URL** value will look like this example:
0 commit comments