aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-yarn.md
diff options
context:
space:
mode:
authorwoj-i <wojciechindyk@gmail.com>2015-12-01 11:05:45 -0800
committerMarcelo Vanzin <vanzin@cloudera.com>2015-12-01 11:05:45 -0800
commit6a8cf80cc8ef435ec46138fa57325bda5d68f3ce (patch)
treea1534cac8bbd7b12c81492f309e9d9e3706c1386 /docs/running-on-yarn.md
parent0a7bca2da04aefff16f2513ec27a92e69ceb77f6 (diff)
downloadspark-6a8cf80cc8ef435ec46138fa57325bda5d68f3ce.tar.gz
spark-6a8cf80cc8ef435ec46138fa57325bda5d68f3ce.tar.bz2
spark-6a8cf80cc8ef435ec46138fa57325bda5d68f3ce.zip
[SPARK-11821] Propagate Kerberos keytab for all environments
andrewor14 the same PR as in branch 1.5 harishreedharan Author: woj-i <wojciechindyk@gmail.com> Closes #9859 from woj-i/master.
Diffstat (limited to 'docs/running-on-yarn.md')
-rw-r--r--docs/running-on-yarn.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index 925a1e0ba6..06413f83c3 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -358,14 +358,14 @@ If you need a reference to the proper location to put log files in the YARN so t
<td>
The full path to the file that contains the keytab for the principal specified above.
This keytab will be copied to the node running the YARN Application Master via the Secure Distributed Cache,
- for renewing the login tickets and the delegation tokens periodically.
+ for renewing the login tickets and the delegation tokens periodically. (Works also with the "local" master)
</td>
</tr>
<tr>
<td><code>spark.yarn.principal</code></td>
<td>(none)</td>
<td>
- Principal to be used to login to KDC, while running on secure HDFS.
+ Principal to be used to login to KDC, while running on secure HDFS. (Works also with the "local" master)
</td>
</tr>
<tr>