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/28 23:03:19 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #27697: [SPARK-27750] Standalone scheduler - ability to prioritize applications over drivers, many drivers act like Denial of Service

dongjoon-hyun commented on a change in pull request #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#discussion_r385961736
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/Deploy.scala
 ##########
 @@ -75,5 +75,10 @@ private[spark] object Deploy {
     .intConf
     .createWithDefault(Int.MaxValue)
 
+  val CORES_RESERVED_FOR_APPS = ConfigBuilder("spark.deploy.coresReservedForApps")
+    .version("2.4.6")
 
 Review comment:
   Hi, @tooptoop4 . We don't backport a feature. 
   The feasible next version is 3.1.0.

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