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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]