[
https://issues.apache.org/jira/browse/PHOENIX-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287057#comment-16287057
]
Hadoop QA commented on PHOENIX-4449:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12901577/PHOENIX-4449.001.patch
against master branch at commit 334eb15b4a7a80ce8d4e1c1dc09b7724663fc4da.
ATTACHMENT ID: 12901577
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 release audit{color}. The applied patch generated 1 release
audit warnings (more than the master's current 0 warnings).
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1660//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1660//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1660//console
This message is automatically generated.
> Incorrect behavior of sqlline after PHOENIX-3567
> ------------------------------------------------
>
> Key: PHOENIX-4449
> URL: https://issues.apache.org/jira/browse/PHOENIX-4449
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.10.0, 4.13.0, 5.0.0
> Reporter: Sergey Soldatov
> Assignee: Josh Elser
> Priority: Critical
> Fix For: 5.0.0, 4.14.0
>
> Attachments: PHOENIX-4449.001.patch
>
>
> In PHOENIX-3567 we have introduced a usage of argparse in sqlline as well as
> some default values for the parameters. That's not good because of:
> 1. argparse is not a default package in old versions of python like 2.6.6
> which is using in centos 6 distribution.
> 2. We should not set a default value for zookeeper parent because if it's not
> specified in the command line, those values should be obtained from hbase
> client (hbase-site.xml or default values if it's not in the classpath).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)