[ https://issues.apache.org/jira/browse/HBASE-12404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14221837#comment-14221837 ]
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/12683034/12404.v16.txt against master branch at commit 7ee4df600bb7ec8d794dd3b4ab2cb933ab15b988. ATTACHMENT ID: 12683034 {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-server/src/main/java/org/apache/hadoop/hbase/client/HTableWrapper.java:[118,21] method createGetClosestRowOrBeforeReverseScan in class org.apache.hadoop.hbase.client.Scan cannot be applied to given types; [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure [ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/main/java/org/apache/hadoop/hbase/client/HTableWrapper.java:[118,21] method createGetClosestRowOrBeforeReverseScan in class org.apache.hadoop.hbase.client.Scan cannot be applied to given types; [ERROR] required: byte[] [ERROR] found: byte[],byte[] [ERROR] reason: actual and formal argument lists differ in length [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-server Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/11795//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, 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)