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 d4408c9 commit 073d283Copy full SHA for 073d283
docs/running-on-yarn.md
@@ -228,6 +228,15 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
228
Otherwise, the client process will exit after submission.
229
</td>
230
</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>
240
</table>
241
242
# Launching Spark on YARN
0 commit comments