DaveDeCaprio commented on issue #23865: [SPARK-26957][SCHEDULER] Config properties for spark dynamic scheduler pools URL: https://github.com/apache/spark/pull/23865#issuecomment-466467616 The only way to configure your own pools is in an XML file loaded on startup. In our case we'd like to have the system be more dynamic, rather than having to hardcode them in config files. Spark already supports creating pools dynamically like this, but doesn't support configuring them with anything but the default parameters. I cover the specific details on why we need this in the Jira ticket. Basically, we want a low priority pool and a set of dynamic pools for different projects that run at a higher priority. There is no way to do that with the current setup.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
