We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f8ba4 commit a1d2101Copy full SHA for a1d2101
docs/running-on-yarn.md
@@ -84,7 +84,7 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
84
<td>
85
The initial interval in which the Spark application master eagerly heartbeats to the YARN ResourceManager
86
when there are pending container allocation requests. It should be no larger than
87
- <code>spark.yarn.scheduler.heartbeat.interval-ms</code>. The allocation interval will double on
+ <code>spark.yarn.scheduler.heartbeat.interval-ms</code>. The allocation interval will doubled on
88
successive eager heartbeats if pending containers still exist, until
89
<code>spark.yarn.scheduler.heartbeat.interval-ms</code> is reached.
90
</td>
0 commit comments