Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ of the most common options to set are:
Number of cores to use for the driver process, only in cluster mode.
</td>
</tr>
<tr>
<td><code>spark.driver.maxResultSize</code></td>
<td>1g</td>
<td>
Expand Down Expand Up @@ -217,7 +218,7 @@ Apart from these, the following properties are also available, and may be useful
<br /><em>Note:</em> In client mode, this config must not be set through the <code>SparkConf</code>
directly in your application, because the driver JVM has already started at that point.
Instead, please set this through the <code>--driver-class-path</code> command line option or in
your default properties file.</td>
your default properties file.
</td>
</tr>
<tr>
Expand All @@ -244,7 +245,7 @@ Apart from these, the following properties are also available, and may be useful
<br /><em>Note:</em> In client mode, this config must not be set through the <code>SparkConf</code>
directly in your application, because the driver JVM has already started at that point.
Instead, please set this through the <code>--driver-library-path</code> command line option or in
your default properties file.</td>
your default properties file.
</td>
</tr>
<tr>
Expand Down