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/05/28 20:36:36 UTC

[GitHub] [spark] mwlon edited a comment on issue #24713: [SPARK-26192][MESOS][2.4] Retrieve enableFetcherCache option from submission for driver URIs

mwlon edited a comment on issue #24713: [SPARK-26192][MESOS][2.4] Retrieve enableFetcherCache option from submission for driver URIs
URL: https://github.com/apache/spark/pull/24713#issuecomment-496679395
 
 
   @dongjoon-hyun not sure what you mean - in 2.4 we have
   ``` 
   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
   ``` in MesosClusterScheduler

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