aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-yarn.md
diff options
context:
space:
mode:
authorDennis Huo <dhuo@google.com>2015-08-18 14:34:20 -0700
committerSandy Ryza <sandy@cloudera.com>2015-08-18 14:34:20 -0700
commit9b731fad2b43ca18f3c5274062d4c7bc2622ab72 (patch)
tree3e524f86259164e4f5b3285aee764b9f25dcdd01 /docs/running-on-yarn.md
parent80cb25b228e821a80256546a2f03f73a45cf7645 (diff)
downloadspark-9b731fad2b43ca18f3c5274062d4c7bc2622ab72.tar.gz
spark-9b731fad2b43ca18f3c5274062d4c7bc2622ab72.tar.bz2
spark-9b731fad2b43ca18f3c5274062d4c7bc2622ab72.zip
[SPARK-9782] [YARN] Support YARN application tags via SparkConf
Add a new test case in yarn/ClientSuite which checks how the various SparkConf and ClientArguments propagate into the ApplicationSubmissionContext. Author: Dennis Huo <dhuo@google.com> Closes #8072 from dennishuo/dhuo-yarn-application-tags.
Diffstat (limited to 'docs/running-on-yarn.md')
-rw-r--r--docs/running-on-yarn.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index ec32c419b7..8ac26e98da 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -320,6 +320,14 @@ If you need a reference to the proper location to put log files in the YARN so t
</td>
</tr>
<tr>
+ <td><code>spark.yarn.tags</code></td>
+ <td>(none)</td>
+ <td>
+ Comma-separated list of strings to pass through as YARN application tags appearing
+ in YARN ApplicationReports, which can be used for filtering when querying YARN apps.
+ </td>
+</tr>
+<tr>
<td><code>spark.yarn.keytab</code></td>
<td>(none)</td>
<td>