You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2012/06/05 03:29:23 UTC

[jira] [Commented] (MAPREDUCE-4313) TestTokenCache doesn't compile due TokenCache.getDelegationToken compilation error

    [ https://issues.apache.org/jira/browse/MAPREDUCE-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289060#comment-13289060 ] 

Eli Collins commented on MAPREDUCE-4313:
----------------------------------------

Perhaps we're not using internal resolvers or publishing the right common artifact?
                
> TestTokenCache doesn't compile due TokenCache.getDelegationToken compilation error
> ----------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4313
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4313
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>            Reporter: Eli Collins
>            Priority: Blocker
>
> Saw this on the trunk Jenkins job:
> {noformat}
> compile-mapred-test:
>     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/mapred/classes
>     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/mapred/testjar
>     [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/mapred/testshell
>     [javac] Compiling 95 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/mapred/classes
>     [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/security/TestTokenCache.java:292: incompatible types
>     [javac] found   : org.apache.hadoop.security.token.Token<capture#315 of ?>
>     [javac] required: org.apache.hadoop.security.token.Token<org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifier>
>     [javac]     Token<DelegationTokenIdentifier> nnt = TokenCache.getDelegationToken(
>     [javac]                                                                         ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 1 error
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira