Skip to content

Commit f116f76

Browse files
kramimustgravescs
authored andcommitted
[SPARK-2558][DOCS] Add --queue example to YARN doc
Put original YARN queue spark-submit arg description in running-on-yarn html table and example command line Author: Mark G. Whitney <mark@whitneyindustries.com> Closes #2218 from kramimus/2258-yarndoc and squashes the following commits: 4b5d808 [Mark G. Whitney] remove yarn queue config f8cda0d [Mark G. Whitney] [SPARK-2558][DOCS] Add spark.yarn.queue description to YARN doc
1 parent b8634df commit f116f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/running-on-yarn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ For example:
155155
--driver-memory 4g \
156156
--executor-memory 2g \
157157
--executor-cores 1 \
158+
--queue thequeue \
158159
lib/spark-examples*.jar \
159160
10
160161

0 commit comments

Comments
 (0)