[
https://issues.apache.org/jira/browse/HBASE-10691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13934311#comment-13934311
]
Hadoop QA commented on HBASE-10691:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12634545/10691-v2.txt
against trunk revision .
ATTACHMENT ID: 12634545
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{color:red}-1 hadoop1.0{color}. The patch failed to compile against the
hadoop 1.0 profile.
Here is snippet of errors:
{code}[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile
(default-testCompile) on project hbase-server: Compilation failure
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java:[195,28]
cannot find symbol
[ERROR] symbol : method getHistoryUrl()
[ERROR] location: class org.apache.hadoop.mapreduce.Job
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile
(default-testCompile) on project hbase-server: Compilation failure
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java:[195,28]
cannot find symbol
symbol : method getHistoryUrl()
location: class org.apache.hadoop.mapreduce.Job
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
--
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation
failure
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestRowCounter.java:[195,28]
cannot find symbol
symbol : method getHistoryUrl()
location: class org.apache.hadoop.mapreduce.Job
at
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:729){code}
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/8978//console
This message is automatically generated.
> test-patch.sh should continue even if compilation against hadoop 1.0 / 1.1
> fails
> --------------------------------------------------------------------------------
>
> Key: HBASE-10691
> URL: https://issues.apache.org/jira/browse/HBASE-10691
> Project: HBase
> Issue Type: Sub-task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.99.0
>
> Attachments: 10691-v1.txt, 10691-v2.txt
>
>
> Dropping hadoop-1 support means test-patch.sh doesn't exit in case
> compilation against hadoop 1.0 / 1.1 fails.
> QA run should be performed against hadoop-2 for trunk.
--
This message was sent by Atlassian JIRA
(v6.2#6252)