Skip to content

Commit 5889d43

Browse files
author
Ilya Ganelin
committed
Formatting adjustment
1 parent f149ba1 commit 5889d43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/configuration.md

Lines changed: 6 additions & 6 deletions
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: setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in the run-time settings ; i.e. --driver-memory 2g or within <code>conf/spark-defaults.conf</code>.
119+
<br /><em>Note:</em> setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in the run-time settings ; i.e. --driver-memory 2g or within <code>conf/spark-defaults.conf</code>.
120120
</td>
121121
</tr>
122122
<tr>
@@ -138,7 +138,7 @@ of the most common options to set are:
138138
and memory overhead of objects in JVM). Setting a proper limit can protect the driver from
139139
out-of-memory errors.
140140

141-
<br /><br />Note: setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code>.
141+
<br /><em>Note:</em> setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code>.
142142

143143
</td>
144144
</tr>
@@ -220,7 +220,7 @@ Apart from these, the following properties are also available, and may be useful
220220
<td>
221221
A string of extra JVM options to pass to the driver. For instance, GC settings or other logging.
222222

223-
<br /><br />Note: setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code> or via the run-time settings (See Dynamically Loading Spark Properties).
223+
<br /><em>Note:</em> setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code> or via the run-time settings (See Dynamically Loading Spark Properties).
224224

225225
</td>
226226
</tr>
@@ -230,7 +230,7 @@ Apart from these, the following properties are also available, and may be useful
230230
<td>
231231
Extra classpath entries to append to the classpath of the driver.
232232

233-
<br /><br />Note: setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code> or via the run-time settings (See Dynamically Loading Spark Properties).
233+
<br /><em>Note:</em> setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code> or via the run-time settings (See Dynamically Loading Spark Properties).
234234
</td>
235235
</tr>
236236
<tr>
@@ -239,7 +239,7 @@ Apart from these, the following properties are also available, and may be useful
239239
<td>
240240
Set a special library path to use when launching the driver JVM.
241241

242-
<br /><br />Note: setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code> or via the run-time settings (See Dynamically Loading Spark Properties).
242+
<br /><em>Note:</em> setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code> or via the run-time settings (See Dynamically Loading Spark Properties).
243243
</td>
244244
</tr>
245245
<tr>
@@ -250,7 +250,7 @@ Apart from these, the following properties are also available, and may be useful
250250
classes in the the driver. This feature can be used to mitigate conflicts between Spark's
251251
dependencies and user dependencies. It is currently an experimental feature.
252252

253-
<br /><br />Note: setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code> or via the run-time settings (See Dynamically Loading Spark Properties).
253+
<br /><em>Note:</em> setting this with <code>conf.set(...)</code> only works in <code>cluster</code> mode (e.g. YARN deployment). For <code>client</code> driver memory should be configured in <code>conf/spark-defaults.conf</code> or via the run-time settings (See Dynamically Loading Spark Properties).
254254
</td>
255255
</tr>
256256
<tr>

0 commit comments

Comments
 (0)