[
https://issues.apache.org/jira/browse/PHOENIX-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16893332#comment-16893332
]
Hadoop QA commented on PHOENIX-5415:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12975914/PHOENIX-5415.4.14-HBase-1.3.v1.patch
against 4.14-HBase-1.3 branch at commit
601e4c82f66aaab180a98132155b2131fe479cc9.
ATTACHMENT ID: 12975914
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{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:
+ + (tenantId != null? " AND
TENANT_ID = \'"+tenantId+"\'":""));
+ tenantId == null ? GLOBAL_INDEX_ID :
tenantId, viewIndexName);
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NonColumnEncodedImmutableNonTxStatsCollectorIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.SaltedIndexIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2849//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2849//console
This message is automatically generated.
> NPE in getting conf from addHbaseResources in IndexUpgradeTool
> --------------------------------------------------------------
>
> Key: PHOENIX-5415
> URL: https://issues.apache.org/jira/browse/PHOENIX-5415
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.15.0, 5.1.0, 4.14.3
> Reporter: Swaroopa Kadam
> Assignee: Swaroopa Kadam
> Priority: Blocker
> Fix For: 4.15.0, 5.1.0, 4.14.3
>
> Attachments: PHOENIX-5415.4.14-HBase-1.3.v1.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The tool doesnt implement Tool class to load the resources correctly.
> Getting following exception.
> Exception in thread “main” java.lang.NullPointerException
> at
> org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:78)
> at
> org.apache.phoenix.mapreduce.index.IndexUpgradeTool.executeTool(IndexUpgradeTool.java:298)
> at
> org.apache.phoenix.mapreduce.index.IndexUpgradeTool.main(IndexUpgradeTool.java:160)
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)