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

Yufei Gu commented on YARN-5067:
--------------------------------

Uploaded patch v1. With patch v1,
# We can configure AM container memory and vcores in SLS Configuration file, 
e.g., SLS-runner.xml, and this applies to all AM. 
# We can configure each AM container memory and vcores independently in SLS 
Json input file like this:
{code}
     "am.type" : "mapreduce",
     "am.memory" : 4096,
     "am.vcores" : 4,
         "job.start.ms" : 0,
         "job.end.ms" : 95375,
{code}

> Support specifying resources for AM containers in SLS
> -----------------------------------------------------
>
>                 Key: YARN-5067
>                 URL: https://issues.apache.org/jira/browse/YARN-5067
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Wangda Tan
>            Assignee: Yufei Gu
>         Attachments: YARN-5067.001.patch
>
>
> Now resource of application masters in SLS is hardcoded to mem=1024 vcores=1.
> We should be able to specify AM resources from trace input file.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to