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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2015/09/02 12:56:46 UTC

[jira] [Updated] (HADOOP-11825) Move timelineclient Jersey+Kerberos+UGI support into a public implementation

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

Steve Loughran updated HADOOP-11825:
------------------------------------
    Assignee: Arun Suresh

> Move timelineclient Jersey+Kerberos+UGI support into a public implementation
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-11825
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11825
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: net
>    Affects Versions: 2.7.0
>            Reporter: Steve Loughran
>            Assignee: Arun Suresh
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Having a SPNEGO authed Jersey REST client is a pre-requisite for REST operations against YARN applications and any other services in the Hadoop cluster which use Kerberos to auth, from code that uses UGI to manage identity.
> There's a multiple implementations of UGI+Http bindings in the code, with {{org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl}}  being the one which provides Jersey client integration, and:
> # retry
> # delegation tokens
> # {{doAs()}} support
> It does all of this intermixed with the rest of the code, and is tagged as private.
> I propose pulling the jersey support out into a hadoop common .net class, tagging as public+evolving, to act as the foundation for any app that needs to use UGI+SPNEGO with jersey



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)