Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/2218#discussion_r17048764
--- Diff: 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
the environment of the executor launcher.
</td>
</tr>
+<tr>
+ <td><code>spark.yarn.queue</code></td>
--- End diff --
This config is only supported in yarn client mode right now. Its more
because of backwards compatibility and being able to pass it around in client
mode then anything. In general you can use the spark-submit --queue option. If
we want to make it available as a config then we should make it available in
both modes.
So I would prefer to leave this config undocumented and tell people to use
the --queue option until support for both modes is added.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]