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)