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/22 20:13:39 UTC

[jira] [Updated] (YARN-4629) Distributed shell breaks under strong security

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

Daniel Templeton updated YARN-4629:
-----------------------------------
    Attachment: YARN-4629.001.patch

In this patch, the potential exception from {{InetAddress.getLocalhost()}} is uncaught because if it's thrown, the right response is for the client to fail.

> Distributed shell breaks under strong security
> ----------------------------------------------
>
>                 Key: YARN-4629
>                 URL: https://issues.apache.org/jira/browse/YARN-4629
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: applications/distributed-shell
>    Affects Versions: 2.7.1
>            Reporter: Daniel Templeton
>            Assignee: Daniel Templeton
>         Attachments: YARN-4629.001.patch
>
>
> If the auth_to_local is set to map requests from unknown hosts to nobody, the dist shell app fails.  The reason is that the client doesn't translate the _HOST placeholder to the local hostname.



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