This is an automated email from the ASF dual-hosted git repository. bteke pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 5fe4f134afe HADOOP-19366. Install OpenJDK 17 in default ubuntu build container (#7226) Contributed by Cheng Pan. add 7f491908020 YARN-7327: Enable asynchronous scheduling by default for capacity scheduler (#7138) No new revisions were added by this update. Summary of changes: .../capacity/CapacitySchedulerConfiguration.java | 2 +- .../fair/converter/FSYarnSiteConverter.java | 2 +- .../TestCapacitySchedulerAsyncScheduling.java | 6 +- .../fair/converter/TestFSYarnSiteConverter.java | 4 +- .../TestWeightToPercentageConverter.java | 10 +- .../TestWeightToWeightConverter.java | 8 +- .../webapp/TestRMWebServicesCapacitySched.java | 1 + .../src/test/resources/capacity-scheduler.xml | 255 +++++++++++++++++++++ .../src/site/markdown/CapacityScheduler.md | 37 +++ 9 files changed, 311 insertions(+), 14 deletions(-) create mode 100644 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/resources/capacity-scheduler.xml --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org