Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/18784#discussion_r235563605
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala
---
@@ -81,8 +79,8 @@ private[spark] class MesosCoarseGrainedSchedulerBackend(
private val taskLabels = conf.get("spark.mesos.task.labels", "")
private[this] val shutdownTimeoutMS =
- conf.getTimeAsMs("spark.mesos.coarse.shutdownTimeout", "10s")
- .ensuring(_ >= 0, "spark.mesos.coarse.shutdownTimeout must be >= 0")
+ conf.getTimeAsMs("spark.mesos.shutdownTimeout", "10s")
--- End diff --
Does this property name change need to be reflected in docs? I wasn't sure.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]