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

Hudson commented on YARN-9894:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17776 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/17776/])
YARN-9894. CapacitySchedulerPerf test for measuring hundreds of apps in (jhung: 
rev 7b93575b92e8bad889c1ef15e0baaade6de6de4d)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestCapacitySchedulerPerf.java


> CapacitySchedulerPerf test for measuring hundreds of apps in a large number 
> of queues.
> --------------------------------------------------------------------------------------
>
>                 Key: YARN-9894
>                 URL: https://issues.apache.org/jira/browse/YARN-9894
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: capacity scheduler, test
>    Affects Versions: 2.9.2, 2.8.5, 3.2.1, 3.1.3
>            Reporter: Eric Payne
>            Assignee: Eric Payne
>            Priority: Major
>             Fix For: 3.3.0, 3.2.2, 3.1.4, 2.10.1
>
>         Attachments: YARN-9894.001.patch, YARN-9894.002.patch
>
>
> I have developed a unit test based on the existing TestCapacitySchedulerPerf 
> tests that will measure the performance of a configurable number of apps in a 
> configurable number of queues. It will also test the performance of a cluster 
> that has many queues but only a portion of them are active.
> {code:title=For example:}
> $ mvn test 
> -Dtest=TestCapacitySchedulerPerf#testUserLimitThroughputWithManyQueues \
>   -DRunCapacitySchedulerPerfTests=true
>   -DNumberOfQueues=100 \
>   -DNumberOfApplications=200 \
>   -DPercentActiveQueues=100
> {code}
> - Parameters:
> -- RunCapacitySchedulerPerfTests=true:
> Needed in order to trigger the test
> -- NumberOfQueues
> Configurable number of queues
> -- NumberOfApplications
> Total number of apps to run in the whole cluster, distributed evenly across 
> all queues
> -- PercentActiveQueues
> Percentage of the queues that contain active applications



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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