You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Aihua Xu (JIRA)" <ji...@apache.org> on 2016/02/03 20:46:39 UTC

[jira] [Created] (HIVE-12993) user and password supplied from URL is overwritten by the empty user and password of the JDBC connection string when it's calling from beeline

Aihua Xu created HIVE-12993:
-------------------------------

             Summary: user and password supplied from URL is overwritten by the empty user and password of the JDBC connection string when it's calling from beeline
                 Key: HIVE-12993
                 URL: https://issues.apache.org/jira/browse/HIVE-12993
             Project: Hive
          Issue Type: Bug
          Components: Beeline, JDBC
    Affects Versions: 2.0.0, 2.1.0
            Reporter: Aihua Xu
            Assignee: Aihua Xu


When we make the call {{beeline -u "jdbc:hive2://localhost:10000/;user=aaa;password=bbb"}}, the user and password are overwritten by the blank ones since internally it constructs a "connect <url> '' '' <driver>" call with empty user and password. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)