-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
755575d
commit 51a7796
Showing
6 changed files
with
45 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 2022 TOSIT.IO | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
capacity_scheduler: | ||
yarn.scheduler.capacity.maximum-applications: 10000 | ||
yarn.scheduler.capacity.maximum-am-resource-percent: 0.1 | ||
yarn.scheduler.capacity.resource-calculator: org.apache.hadoop.yarn.util.resource.DominantResourceCalculator | ||
yarn.scheduler.capacity.root.queues: default | ||
yarn.scheduler.capacity.root.default.capacity: 100 | ||
yarn.scheduler.capacity.root.default.user-limit-factor: 1 | ||
yarn.scheduler.capacity.root.default.maximum-capacity: 100 | ||
yarn.scheduler.capacity.root.default.state: RUNNING | ||
yarn.scheduler.capacity.root.default.acl_submit_applications: "*" | ||
yarn.scheduler.capacity.root.default.acl_administer_queue: "*" | ||
yarn.scheduler.capacity.root.default.acl_application_max_priority: "*" | ||
yarn.scheduler.capacity.root.default.maximum-application-lifetime: -1 | ||
yarn.scheduler.capacity.root.default.default-application-lifetime: -1 | ||
yarn.scheduler.capacity.node-locality-delay: 40 | ||
yarn.scheduler.capacity.rack-locality-additional-delay: -1 | ||
yarn.scheduler.capacity.queue-mappings: "" | ||
yarn.scheduler.capacity.queue-mappings-override.enable: "false" | ||
yarn.scheduler.capacity.per-node-heartbeat.maximum-offswitch-assignments: 1 | ||
yarn.scheduler.capacity.application.fail-fast: false |