aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-yarn.md
diff options
context:
space:
mode:
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>