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.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index 4243ef480b..fecd8f2cc2 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -68,15 +68,29 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
</td>
</tr>
<tr>
- <td><code>spark.yarn.executor.memoryOverhead</code></td>
- <td>384</code></td>
+ <td><code>spark.yarn.dist.archives</code></td>
+ <td>(none)</td>
+ <td>
+ Comma separated list of archives to be extracted into the working directory of each executor.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.yarn.dist.files</code></td>
+ <td>(none)</td>
+ <td>
+ Comma-separated list of files to be placed in the working directory of each executor.
+ <td>
+</tr>
+<tr>
+ <td><code>spark.yarn.executor.memoryOverhead</code></td>
+ <td>384</td>
<td>
The amount of off heap memory (in megabytes) to be allocated per executor. This is memory that accounts for things like VM overheads, interned strings, other native overheads, etc.
</td>
</tr>
<tr>
<td><code>spark.yarn.driver.memoryOverhead</code></td>
- <td>384</code></td>
+ <td>384</td>
<td>
The amount of off heap memory (in megabytes) to be allocated per driver. This is memory that accounts for things like VM overheads, interned strings, other native overheads, etc.
</td>