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 d90434c commit f8cda0dCopy full SHA for f8cda0d
docs/running-on-yarn.md
@@ -125,6 +125,13 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
125
the environment of the executor launcher.
126
</td>
127
</tr>
128
+<tr>
129
+ <td><code>spark.yarn.queue</code></td>
130
+ <td>default</td>
131
+ <td>
132
+ The YARN queue to use for allocation requests.
133
+ </td>
134
+</tr>
135
</table>
136
137
# Launching Spark on YARN
@@ -148,6 +155,7 @@ For example:
148
155
--driver-memory 4g \
149
156
--executor-memory 2g \
150
157
--executor-cores 1 \
158
+ --queue thequeue \
151
159
lib/spark-examples*.jar \
152
160
10
153
161
0 commit comments