[
https://issues.apache.org/jira/browse/YARN-5067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15966794#comment-15966794
]
Yufei Gu edited comment on YARN-5067 at 4/12/17 11:18 PM:
----------------------------------------------------------
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}
Hi [~wangda], wanna take a look?
was (Author: yufeigu):
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: [email protected]
For additional commands, e-mail: [email protected]