Skip to content

Commit c8c8d4e

Browse files
authored
PR review edit, Microsoft style
1 parent 6836202 commit c8c8d4e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,9 @@ 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.
139-
> 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-
> Remember to change the Windows path separator character from "\" to "/". For example: If your MariaDB JAR file is "C:\mariadb-jdbc.jar" you should convert it to "C:/mariadb-jdbc.jar". Same applies to the Metastore JDBC URL "sslCA" parameter. Change it from "D:\Drivers\SSLCert\BaltimoreCyberTrustRoot.crt.pem" to "D:/Drivers/SSLCert/BaltimoreCyberTrustRoot.crt.pem"
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*.
141139
142-
The **Metastore JDBC URL** will finally look like:
140+
The **Metastore JDBC URL** will look like this example:
143141

144142
`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

0 commit comments

Comments
 (0)