You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Matthew Paduano (JIRA)" <ji...@apache.org> on 2016/05/02 23:39:12 UTC

[jira] [Updated] (YARN-4435) Add RM Delegation Token DtFetcher Implementation for DtUtil

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

Matthew Paduano updated YARN-4435:
----------------------------------
    Attachment: YARN-4435.01.patch

patch adds two fetchers, one for timeline service and one for resource manager.

The fetchers define two service names ("rm" and "timeline") used as URI schemes for these fetchers.   e.g. rm://localhost:8032, timeline://localhost:8188    For HDFS et al., these were from HdfsConstants.  Should these names be in YarnConfiguration or someplace I am missing?

Also, YarnClient uses the RPC address/port for getting the RM delegation token while TimelineClient uses the web app address/port.  Hence, the supplied URL must respect these idiosyncrasies.  If URL is null, it will use defaults in the config.

> Add RM Delegation Token DtFetcher Implementation for DtUtil
> -----------------------------------------------------------
>
>                 Key: YARN-4435
>                 URL: https://issues.apache.org/jira/browse/YARN-4435
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Matthew Paduano
>            Assignee: Matthew Paduano
>         Attachments: YARN-4435.00.patch.txt, YARN-4435.01.patch, proposed_solution
>
>
> Add a class to yarn project that implements the DtFetcher interface to return a RM delegation token object.  
> I attached a proposed class implementation that does this, but it cannot be added as a patch until the interface is merged in HADOOP-12563



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org