Skip to content

Commit f81fcb3

Browse files
authored
Merge pull request #84144 from abandyop/patch-2
Update register-scan-hive-metastore-source.md
2 parents 31e33a2 + c8c8d4e commit f81fcb3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/purview/register-scan-hive-metastore-source.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,11 @@ Follow the steps below to scan Hive Metastore databases to automatically identif
135135
:::image type="content" source="media/register-scan-hive-metastore-source/databricks-jdbc-connection.png" alt-text="databricks-jdbc-url-details" border="true":::
136136

137137
> [!NOTE]
138-
> When you copy the URL from *hive-site.xml*, be sure you remove `amp;` from the string or the scan will fail.
138+
> When you copy the URL from *hive-site.xml*, be sure you remove `amp;` from the string or the scan will fail. To this URL, append the path to the location where the SSL certificate is placed on your VM. You can [download the SSL certificate](../mysql/howto-configure-ssl.md). Remember to change the Windows path separator character from `\` to `/`. 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: Change it from *D:\Drivers\SSLCert\BaltimoreCyberTrustRoot.crt.pem* to *D:/Drivers/SSLCert/BaltimoreCyberTrustRoot.crt.pem*.
139139
140-
To this URL, append the path to the location where SSL certificate is placed on your VM. The SSL certificate can be downloaded from [here](../mysql/howto-configure-ssl.md).
140+
The **Metastore JDBC URL** will look like this example:
141141

142-
The metastore JDBC URL will be:
143-
144-
`jdbc:mariadb://consolidated-westus2-prod-metastore-addl-1.mysql.database.azure.com:3306/organization1829255636414785?trustServerCertificate=true&useSSL=true&sslCA=D:\Drivers\SSLCert\BaltimoreCyberTrustRoot.crt.pem`
142+
`jdbc:mariadb://consolidated-westus2-prod-metastore-addl-1.mysql.database.azure.com:3306/organization1829255636414785?trustServerCertificate=true&useSSL=true&sslCA=D:/Drivers/SSLCert/BaltimoreCyberTrustRoot.crt.pem`
145143

146144
1. **Metastore database name**: Provide the Hive Metastore Database name.
147145

0 commit comments

Comments
 (0)