Skip to content

Commit db47595

Browse files
author
Ilya Ganelin
committed
Slight formatting update
1 parent c899564 commit db47595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ of the most common options to set are:
116116
Amount of memory to use for the driver process, i.e. where SparkContext is initialized.
117117
(e.g. <code>512m</code>, <code>2g</code>).
118118

119-
<br /><br />Note: this setting only works in <code>cluster</code> mode (e.g. YARN deployment). In client mode (e.g. spark-shell), this setting has no effect. In client mode, driver memory should be configured in the run-time settings ; i.e. --driver-memory 2g.
119+
<br /><br />Note: this setting only works in <code>cluster</code> mode (e.g. YARN deployment). In <code>client</code> mode (e.g. spark-shell), this setting has no effect. In client mode, driver memory should be configured in the run-time settings ; i.e. --driver-memory 2g.
120120
</td>
121121
</tr>
122122
<tr>

0 commit comments

Comments
 (0)