vyommani commented on code in PR #931:
URL: https://github.com/apache/ranger/pull/931#discussion_r3165252166
##########
hive-agent/src/main/java/org/apache/ranger/services/hive/client/HiveClient.java:
##########
@@ -674,6 +674,7 @@ private void initConnection(String userName, String
password) throws HadoopExcep
String driverClassName =
prop.getProperty("jdbc.driverClassName");
String url = prop.getProperty("jdbc.url");
+ JdbcUrlValidator.validate(url);
if (driverClassName != null) {
Review Comment:
Changes are intentional and lets leave the description as it is.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]