Skip to content

Commit 073d283

Browse files
committed
[SPARK-7533] [YARN] Decrease spacing between AM-RM heartbeats.
Added faster RM-heartbeats on pending container allocations with multiplicative back-off. Also updated related documentations.
1 parent d4408c9 commit 073d283

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/running-on-yarn.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,15 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
228228
Otherwise, the client process will exit after submission.
229229
</td>
230230
</tr>
231+
<tr>
232+
<td><code>spark.yarn.executor.nodeLabelExpression</code></td>
233+
<td>(none)</td>
234+
<td>
235+
A YARN node label expression that restricts the set of nodes executors will be scheduled on.
236+
Only versions of YARN greater than or equal to 2.6 support node label expressions, so when
237+
running against earlier versions, this property will be ignored.
238+
</td>
239+
</tr>
231240
</table>
232241

233242
# Launching Spark on YARN

0 commit comments

Comments
 (0)