[ 
https://issues.apache.org/jira/browse/YARN-6620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216051#comment-16216051
 ] 

Wangda Tan commented on YARN-6620:
----------------------------------

[~jhung], thanks for reporting this. 

I think the parsing logic should be changed since we want to support namespace 
concept in resource name. Please file a bug under YARN-7069 accordingly.

I haven't tried to use node-resources.xml to set GPU configs before. The way 
works for me is to set {{YarnConfiguration.NM_GPU_ALLOWED_DEVICES}} to allowed 
devices (such as {{0,1,2,3}}) or {{auto}} so NM can discover it automatically. 
Inside {{NodeStatusUpdaterImpl#serviceInit}}, it calls 
{{updateConfiguredResourcesViaPlugins}} to overwrite {{totalResources}} after 
loading from node-resources.xml.

> Add support in NodeManager to isolate GPU devices by using CGroups
> ------------------------------------------------------------------
>
>                 Key: YARN-6620
>                 URL: https://issues.apache.org/jira/browse/YARN-6620
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Wangda Tan
>            Assignee: Wangda Tan
>             Fix For: 3.1.0
>
>         Attachments: YARN-6620.001.patch, YARN-6620.002.patch, 
> YARN-6620.003.patch, YARN-6620.004.patch, YARN-6620.005.patch, 
> YARN-6620.006-WIP.patch, YARN-6620.007.patch, YARN-6620.008.patch, 
> YARN-6620.009.patch, YARN-6620.010.patch, YARN-6620.011.patch, 
> YARN-6620.012.patch, YARN-6620.013.patch, YARN-6620.014.patch, 
> YARN-6620.015.patch, YARN-6620.016.patch, YARN-6620.017.patch
>
>
> This JIRA plan to add support of:
> 1) GPU configuration for NodeManagers
> 2) Isolation in CGroups. (Java side).
> 3) NM restart and recovery allocated GPU devices



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to