dongjoon-hyun commented on a change in pull request #23734:
[SPARK-26082][MESOS] Fix mesos fetch cache config name
URL: https://github.com/apache/spark/pull/23734#discussion_r254594878
##########
File path:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala
##########
@@ -130,7 +130,7 @@ private[spark] class MesosClusterScheduler(
private val queuedCapacity = conf.getInt("spark.mesos.maxDrivers", 200)
private val retainedDrivers = conf.getInt("spark.mesos.retainedDrivers", 200)
private val maxRetryWaitTime =
conf.getInt("spark.mesos.cluster.retry.wait.max", 60) // 1 minute
- private val useFetchCache = conf.getBoolean("spark.mesos.fetchCache.enable",
false)
+ private val useFetchCache =
conf.getBoolean("spark.mesos.fetcherCache.enable", false)
Review comment:
Thank you for catching this.
----------------------------------------------------------------
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]