You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/22 16:58:27 UTC

[GitHub] DaveDeCaprio commented on issue #23865: [SPARK-26957][SCHEDULER] Config properties for spark dynamic scheduler pools

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org