Created
March 26, 2018 04:19
-
-
Save tmusabbir/40e5386365a3abcfe87a98897bef94f1 to your computer and use it in GitHub Desktop.
Sample YARN Capacity Scheduler config
This file contains hidden or 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
{ | |
Classification: "capacity-scheduler", | |
Properties: { | |
"yarn.scheduler.capacity.root.queues": "default,dev,qa", | |
"yarn.scheduler.capacity.root.default.capacity": "20", | |
"yarn.scheduler.capacity.root.default.maximum-capacity": "50", | |
"yarn.scheduler.capacity.root.dev.capacity": "40", | |
"yarn.scheduler.capacity.root.dev.maximum-capacity": "100", | |
"yarn.scheduler.capacity.root.qa.capacity": "40", | |
"yarn.scheduler.capacity.root.qa.maximum-capacity": "80" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment