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
Copy file name to clipboardExpand all lines: articles/purview/register-scan-hive-metastore-source.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,12 +136,12 @@ Follow the steps below to scan Hive Metastore databases to automatically identif
136
136
137
137
> [!NOTE]
138
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"
139
141
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:
0 commit comments