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

Jitendra Nath Pandey commented on HADOOP-6994:
----------------------------------------------

The latest patch fixes FilterFileSystem and FilterFS. The renew and cancel 
delegation token APIs are removed from the patch. These APIs should be 
implemented as a util methods in SecurityUtil and the filesystem to renew or 
cancel can be figured out from the service and kind set in the token itself. 
Implementation in SecurityUtil will be taken up in a separate jira. 

> Api to get delegation token in AbstractFileSystem
> -------------------------------------------------
>
>                 Key: HADOOP-6994
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6994
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>         Attachments: HADOOP-6994.1.patch, HADOOP-6994.2.patch, 
> HADOOP-6994.4.patch, HADOOP-6994.5.patch, HADOOP-6994.8.patch
>
>
> APIs to get delegation tokens is required in AbstractFileSystem. 
> AbstractFileSystems are accessed via file context therefore an API to get 
> list of AbstractFileSystems accessed in a path is also needed. 
> A path may refer to several file systems and delegation tokens could be 
> needed for many of them for a client to be able to successfully access the 
> path. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to