[
https://issues.apache.org/jira/browse/PHOENIX-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522317#comment-14522317
]
Hudson commented on PHOENIX-1880:
---------------------------------
SUCCESS: Integrated in Phoenix-master #743 (See
[https://builds.apache.org/job/Phoenix-master/743/])
PHOENIX-1880 Connections from QueryUtil.getConnection don't work on secure
clusters (Geoffrey Jacoby) (jtaylor: rev
1fa09dc5c84ca92f57f6904bf88628133eb65995)
* phoenix-core/src/test/java/org/apache/phoenix/util/PropertiesUtilTest.java
* phoenix-core/src/main/java/org/apache/phoenix/util/PropertiesUtil.java
* phoenix-core/src/main/java/org/apache/phoenix/util/QueryUtil.java
*
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/ConnectionUtil.java
> 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
> Labels: patch
> Fix For: 5.0.0, 4.4.0
>
> Attachments: PHOENIX-1880.patch
>
>
> 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)