You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Geoffrey Jacoby (JIRA)" <ji...@apache.org> on 2015/04/16 23:24:59 UTC

[jira] [Created] (PHOENIX-1880) Connections from QueryUtil.getConnection don't work on secure clusters

Geoffrey Jacoby created PHOENIX-1880:
----------------------------------------

             Summary: Connections from QueryUtil.getConnection don't work on secure clusters
                 Key: PHOENIX-1880
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1880
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.3.0, 4.4.0
            Reporter: Geoffrey Jacoby


QueryUtil.getConnection(Configuration) and QueryUtil.getConnection(Properties, Configuration) both only take the zookeeper quorum from the Configuration, and drop any other properties on the config object. In order to connect to secure HBase clusters, more properties are needed. This is a similar problem to PHOENIX-1078, and the likely fix is similar: copy the configuration parameters into the Properties object before using it. 



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