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 2020/02/26 20:59:47 UTC

[GitHub] [spark] tooptoop4 edited a comment on issue #27697: [SPARK-27750] Standalone scheduler - ability to prioritize applications over drivers, many drivers act like Denial of Service

tooptoop4 edited a comment on issue #27697: [SPARK-27750] Standalone scheduler - ability to prioritize applications over drivers, many drivers act like Denial of Service
URL: https://github.com/apache/spark/pull/27697#issuecomment-591523797
 
 
   @Ngone51 that is worse, one day you could have 10 drivers each taking 1 core, another day you could have 5 drivers each taking 4 cores (in this case if u limited on 10 drivers on both days, all cores would be used on 2nd day). So it does not work well with diff sized drivers. Cores is simple/uniform way. Secondly, if I want to have scheduled scaleup of spark cluster, specifying a portion of cores to not use still works, whereas fixing a max # drivers does not work as it limits ability to take advantage of larger spark cluster

----------------------------------------------------------------
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.
 
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