[ 
https://issues.apache.org/jira/browse/HDFS-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddharth Seth reopened HDFS-2257:
----------------------------------


{{getDelegationToken}} was deprecated in favor of {{getDelegationTokens}} - 
likely along with the introduction of ViewFileSystem.

Hftp does not have an implementation of getDelegationTokens. ViewFs cannot 
implement getDelegationToken.

The TokenCache in MapReduce currently ends up making one call to 
getDelegationToken and another to getDelegationTokens - likely causing 
unnecessary token caching on the Namenode?
                
> HftpFileSystem should implement getDelegationTokens
> ---------------------------------------------------
>
>                 Key: HDFS-2257
>                 URL: https://issues.apache.org/jira/browse/HDFS-2257
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Siddharth Seth
>            Assignee: Daryn Sharp
>         Attachments: HDFS-2257.patch
>
>


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

        

Reply via email to