[
https://issues.apache.org/jira/browse/HIVE-18463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Danilov updated HIVE-18463:
--------------------------------
Status: Patch Available (was: Open)
> Typo in the JdbcConnectionParams constructor
> --------------------------------------------
>
> Key: HIVE-18463
> URL: https://issues.apache.org/jira/browse/HIVE-18463
> Project: Hive
> Issue Type: Bug
> Reporter: Oleg Danilov
> Priority: Trivial
> Attachments: HIVE-18463.patch
>
>
> Seems like the last one should be params.rejectedHostZnodePaths as well:
> *jdbc/src/java/org/apache/hive/jdbc/Utils.java:*
> {code:java}
> public JdbcConnectionParams(JdbcConnectionParams params) {
> this.host = params.host;
> this.port = params.port;
> ...
> this.rejectedHostZnodePaths.addAll(rejectedHostZnodePaths);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)