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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2014/11/03 18:06:34 UTC

[jira] [Updated] (YARN-2571) RM to support YARN registry

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

Steve Loughran updated YARN-2571:
---------------------------------
    Attachment: YARN-2571-008.patch

Patch 008

fixes a bug noted by Jian He: the event handler for app attempts was invoking the AM container cleanup and so prematurely deleting records tagged as persistent to app attempts.

This patch maps it to container completion events. 

> RM to support YARN registry 
> ----------------------------
>
>                 Key: YARN-2571
>                 URL: https://issues.apache.org/jira/browse/YARN-2571
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: resourcemanager
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>         Attachments: YARN-2571-001.patch, YARN-2571-002.patch, YARN-2571-003.patch, YARN-2571-005.patch, YARN-2571-007.patch, YARN-2571-008.patch
>
>
> The RM needs to (optionally) integrate with the YARN registry:
> # startup: create the /services and /users paths with system ACLs (yarn, hdfs principals)
> # app-launch: create the user directory /users/$username with the relevant permissions (CRD) for them to create subnodes.
> # attempt, container, app completion: remove service records with the matching persistence and ID



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