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 "Daniel Templeton (JIRA)" <ji...@apache.org> on 2016/01/24 16:32:39 UTC

[jira] [Moved] (YARN-4632) Replacing _HOST in RM_PRINCIPAL should not be the responsibility of the client code

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

Daniel Templeton moved HADOOP-12732 to YARN-4632:
-------------------------------------------------

    Affects Version/s:     (was: 2.7.1)
                       2.7.1
          Component/s:     (was: fs)
                       resourcemanager
                  Key: YARN-4632  (was: HADOOP-12732)
              Project: Hadoop YARN  (was: Hadoop Common)

> Replacing _HOST in RM_PRINCIPAL should not be the responsibility of the client code
> -----------------------------------------------------------------------------------
>
>                 Key: YARN-4632
>                 URL: https://issues.apache.org/jira/browse/YARN-4632
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: resourcemanager
>    Affects Versions: 2.7.1
>            Reporter: Daniel Templeton
>            Assignee: Daniel Templeton
>            Priority: Critical
>
> It is currently the client's responsibility to call {{SecurityUtil.getServerPrincipal()}} to replace the _HOST placeholder in any principal name used for a delegation token.  This is a non-optional operation and should not be pushed onto the client.
> All client apps that followed the distributed shell as the canonical example failed to do the replacement because distributed shell fails to do the replacement.  (See YARN-4629.)  Rather than fixing the whole world, since the whole world use distributed shell as a model, let's move the operation into YARN where it belongs.



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