Oleg Danilov created HIVE-18463:
-----------------------------------

             Summary: 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


Seems like the last one should be params.rejectedHostZnodePaths as well:

 
{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)

Reply via email to