granewang opened a new pull request, #7945: URL: https://github.com/apache/hadoop/pull/7945
Currently, if the yarn.cluster.max-application-priority is set to 10, and we want the default application priority of queues to be configured as 5—allowing tasks to lower their application priority if they are less important or raise it if they are more important—the current behavior is that if the default-application-priority of a queue is not explicitly set, it defaults to 0. To achieve the desired effect, each queue must be individually set to 5, which is cumbersome. There is a need for a global default configuration that sets this value to 5. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
