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

Hudson commented on MAPREDUCE-4600:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #2652 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2652/])
    MAPREDUCE-4600. TestTokenCache.java from MRV1 no longer compiles  (daryn 
via bobby) (Revision 1378255)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1378255
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/security/TestTokenCache.java

                
> TestTokenCache.java from MRV1 no longer compiles
> ------------------------------------------------
>
>                 Key: MAPREDUCE-4600
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4600
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.3, 2.1.0-alpha, 3.0.0, 2.2.0-alpha
>            Reporter: Robert Joseph Evans
>            Assignee: Daryn Sharp
>            Priority: Critical
>         Attachments: MAPREDUCE-4600.patch
>
>
> {noformat}
>     [javac] hadoop-mapreduce-project/build.xml:569: warning: 
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
> to false for repeatable builds
>     [javac] Compiling 95 source files to 
> hadoop-mapreduce-project/build/test/mapred/classes
>     [javac] 
> hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/security/TestTokenCache.java:291:
>  cannot find symbol
>     [javac] symbol  : method 
> getDelegationToken(org.apache.hadoop.security.Credentials,java.lang.String)
>     [javac] location: class org.apache.hadoop.mapreduce.security.TokenCache
>     [javac]     Token<DelegationTokenIdentifier> nnt = 
> TokenCache.getDelegationToken(
>     [javac]                                                      ^
>     [javac] 
> hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/security/TestTokenCache.java:350:
>  cannot find symbol
>     [javac] symbol  : method getDelegationTokens(java.lang.String)
>     [javac] location: class org.apache.hadoop.hdfs.HftpFileSystem
>     [javac]       }}).when(hfs).getDelegationTokens(renewer);
>     [javac]                    ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 2 errors
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to