Skip to content

Commit

Permalink
[SPARK-7533] [YARN] Decrease spacing between AM-RM heartbeats.
Browse files Browse the repository at this point in the history
Added faster RM-heartbeats on pending container allocations with multiplicative back-off.
Also updated related documentations.
  • Loading branch information
zzvara committed May 12, 2015
1 parent d4408c9 commit 073d283
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/running-on-yarn.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
Otherwise, the client process will exit after submission.
</td>
</tr>
<tr>
<td><code>spark.yarn.executor.nodeLabelExpression</code></td>
<td>(none)</td>
<td>
A YARN node label expression that restricts the set of nodes executors will be scheduled on.
Only versions of YARN greater than or equal to 2.6 support node label expressions, so when
running against earlier versions, this property will be ignored.
</td>
</tr>
</table>

# Launching Spark on YARN
Expand Down

0 comments on commit 073d283

Please sign in to comment.