aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-yarn.md
diff options
context:
space:
mode:
authorSandy Ryza <sandy@cloudera.com>2014-12-18 12:19:07 -0600
committerThomas Graves <tgraves@apache.org>2014-12-18 12:19:07 -0600
commit253b72b56fe908bbab5d621eae8a5f359c639dfd (patch)
tree5713cfd547a20cb88a35f9fc708e9019b9fbdd17 /docs/running-on-yarn.md
parent3b764699ffc9c74b9597c855a0e8c04ac24fa3b7 (diff)
downloadspark-253b72b56fe908bbab5d621eae8a5f359c639dfd.tar.gz
spark-253b72b56fe908bbab5d621eae8a5f359c639dfd.tar.bz2
spark-253b72b56fe908bbab5d621eae8a5f359c639dfd.zip
SPARK-3779. yarn spark.yarn.applicationMaster.waitTries config should be...
... changed to a time period Author: Sandy Ryza <sandy@cloudera.com> Closes #3471 from sryza/sandy-spark-3779 and squashes the following commits: 20b9887 [Sandy Ryza] Deprecate old property 42b5df7 [Sandy Ryza] Review feedback 9a959a1 [Sandy Ryza] SPARK-3779. yarn spark.yarn.applicationMaster.waitTries config should be changed to a time period
Diffstat (limited to 'docs/running-on-yarn.md')
-rw-r--r--docs/running-on-yarn.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index b5fb077441..86276b1aa9 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -22,10 +22,12 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
- <td><code>spark.yarn.applicationMaster.waitTries</code></td>
- <td>10</td>
+ <td><code>spark.yarn.am.waitTime</code></td>
+ <td>100000</td>
<td>
- Set the number of times the ApplicationMaster waits for the the Spark master and then also the number of tries it waits for the SparkContext to be initialized
+ In yarn-cluster mode, time in milliseconds for the application master to wait for the
+ SparkContext to be initialized. In yarn-client mode, time for the application master to wait
+ for the driver to connect to it.
</td>
</tr>
<tr>