[
https://issues.apache.org/jira/browse/HBASE-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902586#comment-13902586
]
Hadoop QA commented on HBASE-10550:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12629246/10550.patch
against trunk revision .
ATTACHMENT ID: 12629246
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 7 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/security/token/TestTokenAuthentication.java:[360,47]
cannot find symbol
[ERROR] symbol : method decodeIdentifier()
[ERROR] location: class
org.apache.hadoop.security.token.Token<org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier>
[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/security/token/TestTokenAuthentication.java:[360,47]
cannot find symbol
symbol : method decodeIdentifier()
location: class
org.apache.hadoop.security.token.Token<org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier>
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/security/token/TestTokenAuthentication.java:[360,47]
cannot find symbol
symbol : method decodeIdentifier()
location: class
org.apache.hadoop.security.token.Token<org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier>
at
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:729){code}
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/8717//console
This message is automatically generated.
> Fix Token classloading for TestTokenAuthentication
> --------------------------------------------------
>
> Key: HBASE-10550
> URL: https://issues.apache.org/jira/browse/HBASE-10550
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 0.98.0
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 0.98.0, 0.99.0
>
> Attachments: 10550.patch
>
>
> Set up ServiceLoader for HBase auth tokens.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)