[
https://issues.apache.org/jira/browse/PHOENIX-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15853004#comment-15853004
]
Hadoop QA commented on PHOENIX-1754:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12851027/PHOENIX-1754.002.patch
against master branch at commit 58ae6668c6097e0237a0cbf2233d3cf6aca77410.
ATTACHMENT ID: 12851027
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
42 warning messages.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ if (tokenizer.hasMoreTokens() &&
!(token=tokenizer.nextToken()).equals(TERMINATOR)) {
+ if (null != nextToken &&
WINDOWS_SEPARATOR_CHAR == nextToken.charAt(0)) {
+ "jdbc:phoenix:v1,v2,v3:345:/hbase:user1:C:\\Documents and
Settings\\user1\\user1.keytab;test=false",
+ new ConnectionInfo("v1,v2,v3", 345, "/hbase", "user1",
"C:\\Documents and Settings\\user1\\user1.keytab"),
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/752//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/752//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/752//console
This message is automatically generated.
> Phoenix jdbc url can not support keytab PATH in window file system
> -------------------------------------------------------------------
>
> Key: PHOENIX-1754
> URL: https://issues.apache.org/jira/browse/PHOENIX-1754
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.2.2
> Environment: hbase with kerberos
> Reporter: Feng
> Assignee: Josh Elser
> Labels: jdbc, jdbcurl
> Fix For: 4.9.1, 4.10.0
>
> Attachments: PHOENIX-1754.001.patch, PHOENIX-1754.002.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Hi,when I run test function in windows,jdbc url can't support keytab path
> like "F:/test.keytab" ,I think it because jdbc url use ":" decode param
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)