You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Aliaksei Haidukou (JIRA)" <ji...@apache.org> on 2014/02/05 17:32:09 UTC

[jira] [Updated] (HIVE-6206) JDBC: HiveDriver should not throw SQLException when passed an invalid URL

     [ https://issues.apache.org/jira/browse/HIVE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aliaksei Haidukou updated HIVE-6206:
------------------------------------

    Summary: JDBC: HiveDriver should not throw SQLException when passed an invalid URL  (was: JDBC: HiveDriver should not throw RuntimeException when passed an invalid URL)

> JDBC: HiveDriver should not throw SQLException 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-4194, 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)