Aliaksei Haidukou created HIVE-6206:
---------------------------------------
Summary: JDBC: HiveDriver should not throw RuntimeException when
passed an invalid URL
Key: HIVE-6206
URL: https://issues.apache.org/jira/browse/HIVE-6206
Project: Hive
Issue Type: Bug
Components: JDBC
Affects Versions: 0.12.0
Reporter: Aliaksei Haidukou
The same issue as HIVE-4149, but for
HiveDriver(org.apache.hadoop.hive.jdbc.HiveDriver) that corresponds for
jdbc:hive:// jdbc url.
driver.acceptsURL(wrongUrl) returns false
driver.connect(wrongUrl, new Properties()) throws SQLException that is not
correct
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)