[
https://issues.apache.org/jira/browse/PHOENIX-4880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611657#comment-16611657
]
Hadoop QA commented on PHOENIX-4880:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12939346/PHOENIX-4880.001.patch
against master branch at commit 2437049b408343255b4d00a2c50b97825df8cb0b.
ATTACHMENT ID: 12939346
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 15 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{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:
+ //
https://stackoverflow.com/questions/32096614/migrating-stringescapeutils-escapesql-from-commons-lang
+
implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
+
implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
+ <transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+ <!-- Exclude things that would be available in the
standard location on the hbase classpath.
+ This does *not* exclude transitive dependencies for
these. To exclude an entire "tree"
+ of dependencies, we need to mark those as "provided"
dependencies below. -->
+
<shadedPattern>${shaded.package}.edu.umd.cs.findbugs.annotations</shadedPattern>
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConcurrentMutationsIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.LocalMutableNonTxIndexIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2033//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2033//console
This message is automatically generated.
> Phoenix IndexTool doesn't work on HBase2 per documentation
> ----------------------------------------------------------
>
> Key: PHOENIX-4880
> URL: https://issues.apache.org/jira/browse/PHOENIX-4880
> Project: Phoenix
> Issue Type: Bug
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Major
> Fix For: 4.15.0, 5.1.0
>
> Attachments: PHOENIX-4880.001.patch
>
>
> The website documentation states that to run {{IndexTool}}, you should do:
> {code}
> $ hbase org.apache.phoenix.mapreduce.index.IndexTool
> {code}
> This ends up running the class using the phoenix-server jar which fails
> because we have conflicting versions of commons-cli, as described by
> HBASE-20201. Phoenix-client.jar does not have this problem as we did the
> workaround there as well.
> {code}
> $ hadoop jar $PHOENIX_HOME/phoenix-*client.jar
> org.apache.phoenix.mapreduce.index.IndexTool
> {code}
> Does work, however. I suppose we still want to fix phoenix-server.jar? (no
> reason not to?)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)