aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 673cdb371a..efbab40853 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -102,11 +102,10 @@ of the most common options to set are:
</td>
</tr>
<tr>
- <td><code>spark.executor.memory</code></td>
- <td>512m</td>
+ <td><code>spark.driver.cores</code></td>
+ <td>1</td>
<td>
- Amount of memory to use per executor process, in the same format as JVM memory strings
- (e.g. <code>512m</code>, <code>2g</code>).
+ Number of cores to use for the driver process, only in cluster mode.
</td>
</tr>
<tr>
@@ -118,6 +117,14 @@ of the most common options to set are:
</td>
</tr>
<tr>
+ <td><code>spark.executor.memory</code></td>
+ <td>512m</td>
+ <td>
+ Amount of memory to use per executor process, in the same format as JVM memory strings
+ (e.g. <code>512m</code>, <code>2g</code>).
+ </td>
+</tr>
+<tr>
<td><code>spark.driver.maxResultSize</code></td>
<td>1g</td>
<td>