You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2013/10/03 20:28:42 UTC

[jira] [Created] (HIVE-5434) Creating a new HiveConnection does not handle the case when properties are supplied separately from connection string

Vaibhav Gumashta created HIVE-5434:
--------------------------------------

             Summary: Creating a new HiveConnection does not handle the case when properties are supplied separately from connection string 
                 Key: HIVE-5434
                 URL: https://issues.apache.org/jira/browse/HIVE-5434
             Project: Hive
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 0.13.0
            Reporter: Vaibhav Gumashta
             Fix For: 0.13.0


While creating a new connection: HiveConnection(String uri, Properties info), the Properties hash can also be used to specify connection properties. When username / password is specified in Properties, the current logic uses that, w/o checking the values in connection string. However, a comment in the code says it should not be like that:
// extract user/password from JDBC connection properties if its not supplied in the connection URL
Also, it is possible for Properties to contain other keys and they should be handled properly.




--
This message was sent by Atlassian JIRA
(v6.1#6144)