Details
Description
Now the absolute resources are memory and cores.
/** * Different resource types supported. */ public enum AbsoluteResourceType { MEMORY, VCORES; }
But in our GPU production clusters, we need to support more resourceTypes.
It's very import for cluster scaling when with different resourceType absolute demands.
This Jira will handle GPU first.
Attachments
Attachments
Issue Links
- is part of
-
YARN-5881 [Umbrella] Enable configuration of queue capacity in terms of absolute resources
- Resolved
- is required by
-
YARN-11014 YARN incorrectly validates maximum capacity resources on the validation API
- Resolved
- links to