Skip to content

Commit 6836202

Browse files
authored
Update register-scan-hive-metastore-source.md
1 parent 0bb71eb commit 6836202

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ Follow the steps below to scan Hive Metastore databases to automatically identif
136136

137137
> [!NOTE]
138138
> 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"
139141
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).
142+
The **Metastore JDBC URL** will finally look like:
141143

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

146146
1. **Metastore database name**: Provide the Hive Metastore Database name.
147147

0 commit comments

Comments
 (0)