[
https://issues.apache.org/jira/browse/HBASE-12404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14221846#comment-14221846
]
Hadoop QA commented on HBASE-12404:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12683036/12404.v17.txt
against master branch at commit 5911c030a509b8fc6ad5a3735f2e1279712485f7.
ATTACHMENT ID: 12683036
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 117
new or modified tests.
{color:red}-1 javac{color}. The patch appears to cause mvn compile goal to
fail.
Compilation errors resume:
[ERROR] COMPILATION ERROR :
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java:[777,14]
cannot find symbol
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on
project hbase-client: Compilation failure
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java:[777,14]
cannot find symbol
[ERROR] symbol: variable RegistryFactory
[ERROR] location: class
org.apache.hadoop.hbase.client.ConnectionManager.HConnectionImplementation
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hbase-client
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/11797//console
This message is automatically generated.
> Task 5 from parent: Replace internal HTable constructor use with
> HConnection#getTable (0.98, 0.99)
> --------------------------------------------------------------------------------------------------
>
> Key: HBASE-12404
> URL: https://issues.apache.org/jira/browse/HBASE-12404
> Project: HBase
> Issue Type: Sub-task
> Reporter: stack
> Assignee: stack
> Fix For: 0.99.2
>
> Attachments:
> 0001-HBASE-12404-Task-5-from-parent-Replace-internal-HTab.patch, 12404.txt,
> 12404.v16.txt, 12404.v16.txt, 12404.v17.txt, 12404v10.txt, 12404v11.txt,
> 12404v12.txt, 12404v12.txt, 12404v13.txt, 12404v13.txt, 12404v14.txt,
> 12404v15.txt, 12404v2.txt, 12404v3.txt, 12404v5.txt, 12404v6.txt,
> 12404v7.txt, 12404v9.txt
>
>
> Do the step 5. from the [~ndimiduk] list in parent issue. Go through src
> code and change all new HTable to instead be connection.getTable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)