Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/22473#discussion_r219574228
--- Diff: core/src/main/scala/org/apache/spark/executor/Executor.scala ---
@@ -160,7 +160,7 @@ private[spark] class Executor(
* times, it should kill itself. The default value is 60. It means we
will retry to send
* heartbeats about 10 minutes because the heartbeat interval is 10s.
*/
- private val HEARTBEAT_MAX_FAILURES =
conf.getInt("spark.executor.heartbeat.maxFailures", 60)
+ private val HEARTBEAT_MAX_FAILURES =
conf.getInt(EXECUTOR_HEARTBEAT_MAX_FAILURES.key, 60)
--- End diff --
ditto
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]