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

Yufei Gu updated YARN-6522:
---------------------------
    Description: 
SLS input format is verbose, and it doesn't scale out. We can improve it in 
these ways:
# We need to configure tasks one by one if there are more than one task in a 
job, which means the job configuration usually includes lots of redundant 
items. Specify the number task for a task configuration will solve this issue.
# Container host is useful for locality testing. It is obnoxious to specify 
container host for each task for tests unrelated to locality. We would like to 
make it optional.
# For most tests, we don't care about job.id. Make it optional and generated 
automatically by default.
# job.finish.ms doesn't make sense, just remove it.
# container type and container priority should be optional as well. 

  was:Container host is useful for locality testing. It is obnoxious to specify 
container host for each task for tests unrelated to locality. We would like to 
make it optional.


> Make SLS JSON input file format simpler and more powerful
> ---------------------------------------------------------
>
>                 Key: YARN-6522
>                 URL: https://issues.apache.org/jira/browse/YARN-6522
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: scheduler-load-simulator
>            Reporter: Yufei Gu
>            Assignee: Yufei Gu
>
> SLS input format is verbose, and it doesn't scale out. We can improve it in 
> these ways:
> # We need to configure tasks one by one if there are more than one task in a 
> job, which means the job configuration usually includes lots of redundant 
> items. Specify the number task for a task configuration will solve this issue.
> # Container host is useful for locality testing. It is obnoxious to specify 
> container host for each task for tests unrelated to locality. We would like 
> to make it optional.
> # For most tests, we don't care about job.id. Make it optional and generated 
> automatically by default.
> # job.finish.ms doesn't make sense, just remove it.
> # container type and container priority should be optional as well. 



--
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