You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Jitendra Nath Pandey (Created) (JIRA)" <ji...@apache.org> on 2011/11/01 22:15:32 UTC

[jira] [Created] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
----------------------------------------------------------------------------------------------

                 Key: HADOOP-7792
                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Jitendra Nath Pandey
            Assignee: Jitendra Nath Pandey


This captures the common component of the fix required for HDFS-2416.
A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1231 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1231/])
    HADOOP-7792. Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196386
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #149 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/149/])
    Merged r1196434 and r1196386 from trunk for HADOOP-7792 and HDFS-2416.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196812
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/ByteRangeInputStream.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/web/resources/NamenodeWebHdfsMethods.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/AuthFilter.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/DelegationParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/TokenArgumentParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/UserProvider.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/security/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHdfsUrl.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #885 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/885/])
    HADOOP-7792. Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196386
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Updated] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Posted by "Jitendra Nath Pandey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-7792:
-----------------------------------------

    Status: Patch Available  (was: Open)
    
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #851 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/851/])
    HADOOP-7792. Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196386
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #79 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/79/])
    Merged r1196434 and r1196386 from trunk for HADOOP-7792 and HDFS-2416.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196812
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/ByteRangeInputStream.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/web/resources/NamenodeWebHdfsMethods.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/AuthFilter.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/DelegationParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/TokenArgumentParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/UserProvider.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/security/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHdfsUrl.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Updated] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Posted by "Jitendra Nath Pandey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-7792:
-----------------------------------------

    Attachment: HADOOP-7792.trunk.patch

The earlier patch had incomplete file paths.
                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #139 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/139/])
    Merged r1196434 and r1196386 from trunk for HADOOP-7792 and HDFS-2416.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196812
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/ByteRangeInputStream.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/web/resources/NamenodeWebHdfsMethods.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/AuthFilter.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/DelegationParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/TokenArgumentParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/UserProvider.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/security/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHdfsUrl.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Updated] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Posted by "Jitendra Nath Pandey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-7792:
-----------------------------------------

    Attachment: HADOOP-7792.trunk.patch
    
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #65 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/65/])
    Merged r1196434 and r1196386 from trunk for HADOOP-7792 and HDFS-2416.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196812
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/ByteRangeInputStream.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/web/resources/NamenodeWebHdfsMethods.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/AuthFilter.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/DelegationParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/TokenArgumentParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/UserProvider.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/security/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHdfsUrl.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Updated] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Posted by "Jitendra Nath Pandey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-7792:
-----------------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

Committed.
                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1306 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1306/])
    HADOOP-7792. Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196386
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Updated] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Posted by "Jitendra Nath Pandey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-7792:
-----------------------------------------

    Status: Open  (was: Patch Available)
    
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Updated] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Arun C Murthy updated HADOOP-7792:
----------------------------------

    Fix Version/s:     (was: 0.23.1)
                       (was: 0.24.0)
                   0.23.0
    
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.23.0
>
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Updated] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Posted by "Tsz Wo (Nicholas), SZE (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-7792:
-------------------------------------------

    Fix Version/s: 0.23.1
                   0.24.0
                   0.23.0

Merged to 0.23.0.
                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.23.0, 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Updated] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Posted by "Eli Collins (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins updated HADOOP-7792:
--------------------------------

    Fix Version/s:     (was: 0.23.0)

This was included in branch-23.0 but not shipped as part of the 23.0 release.
                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Posted by "Tsz Wo (Nicholas), SZE (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141668#comment-13141668 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-7792:
------------------------------------------------

+1 patch looks good.
                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Common-0.23-Commit #138 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/138/])
    Merged r1196434 and r1196386 from trunk for HADOOP-7792 and HDFS-2416.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196812
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/ByteRangeInputStream.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/web/resources/NamenodeWebHdfsMethods.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/AuthFilter.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/DelegationParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/TokenArgumentParam.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/UserProvider.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/security/TestDelegationToken.java
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHdfsUrl.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hudson commented on HADOOP-7792:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1254 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1254/])
    HADOOP-7792. Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager.

jitendra : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196386
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/TestDelegationToken.java

                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Commented] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

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

Hadoop QA commented on HADOOP-7792:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12501840/HADOOP-7792.trunk.patch
  against trunk revision .

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

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

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

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

    -1 findbugs.  The patch appears to introduce 7 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-HADOOP-Build/351//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HADOOP-Build/351//artifact/trunk/hadoop-common-project/patchprocess/newPatchFindbugsWarningshadoop-common.html
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/351//console

This message is automatically generated.
                
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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

        

[jira] [Updated] (HADOOP-7792) Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager

Posted by "Jitendra Nath Pandey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-7792:
-----------------------------------------

    Status: Patch Available  (was: Open)
    
> Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7792
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7792
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-7792.trunk.patch, HADOOP-7792.trunk.patch
>
>
> This captures the common component of the fix required for HDFS-2416.
> A verifyToken method in AbstractDelegationTokenSecretManager is useful to verify a delegation token without rpc connection. A use case is to verify tokens passed in URL for webhdfs.

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