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 "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2012/08/28 18:37:10 UTC

[jira] [Created] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Robert Joseph Evans created MAPREDUCE-4600:
----------------------------------------------

             Summary: 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


{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

[jira] [Updated] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Daryn Sharp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daryn Sharp updated MAPREDUCE-4600:
-----------------------------------

    Status: Patch Available  (was: Open)
    
> 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

[jira] [Updated] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Robert Joseph Evans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans updated MAPREDUCE-4600:
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0-alpha
                   3.0.0
                   2.1.0-alpha
                   0.23.3
           Status: Resolved  (was: Patch Available)

Thanks Daryn,

I put this into trunk, branch-2, branch-2.1.0-alpha, and branch-0.23
                
> 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
>             Fix For: 0.23.3, 2.1.0-alpha, 3.0.0, 2.2.0-alpha
>
>         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

[jira] [Commented] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443366#comment-13443366 ] 

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

Integrated in Hadoop-Hdfs-trunk-Commit #2715 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2715/])
    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

[jira] [Commented] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444018#comment-13444018 ] 

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

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

     Result = FAILURE
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
>             Fix For: 0.23.3, 2.1.0-alpha, 3.0.0, 2.2.0-alpha
>
>         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

[jira] [Commented] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443422#comment-13443422 ] 

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

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

     Result = FAILURE
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
>             Fix For: 0.23.3, 2.1.0-alpha, 3.0.0, 2.2.0-alpha
>
>         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

[jira] [Commented] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443276#comment-13443276 ] 

Hadoop QA commented on MAPREDUCE-4600:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12542784/MAPREDUCE-4600.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 1 new or modified test files.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2786//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2786//console

This message is automatically generated.
                
> 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

[jira] [Commented] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444072#comment-13444072 ] 

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

Integrated in Hadoop-Mapreduce-trunk #1180 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1180/])
    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
>             Fix For: 0.23.3, 2.1.0-alpha, 3.0.0, 2.2.0-alpha
>
>         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

[jira] [Closed] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy closed MAPREDUCE-4600.
------------------------------------

    
> 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.0.0-alpha, 3.0.0, 2.0.2-alpha
>            Reporter: Robert Joseph Evans
>            Assignee: Daryn Sharp
>            Priority: Critical
>             Fix For: 0.23.3, 2.0.2-alpha
>
>         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

[jira] [Commented] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Robert Joseph Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443265#comment-13443265 ] 

Robert Joseph Evans commented on MAPREDUCE-4600:
------------------------------------------------

That seems fine to me because MAPREDUCE-4266 is to remove all of it anyways.  +1
                
> 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

[jira] [Updated] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Daryn Sharp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daryn Sharp updated MAPREDUCE-4600:
-----------------------------------

    Attachment: MAPREDUCE-4600.patch

I have been advised to remove the test since all of them are slated for removal due to mavenization.
                
> 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

[jira] [Commented] (MAPREDUCE-4600) TestTokenCache.java from MRV1 no longer compiles

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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