Skip to content

Commit bf56ba2

Browse files
committed
Fixed the markdown table formatting.
1 parent c86044e commit bf56ba2

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/configuration.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ Apart from these, the following properties are also available, and may be useful
10041004
</td>
10051005
</tr>
10061006
<tr>
1007-
<td><code>spark.storage.replication.proactive<code></td>
1007+
<td><code>spark.storage.replication.proactive</code></td>
10081008
<td>false</td>
10091009
<td>
10101010
Enables proactive block replication for RDD blocks. Cached RDD block replicas lost due to
@@ -1013,8 +1013,10 @@ Apart from these, the following properties are also available, and may be useful
10131013
</td>
10141014
</tr>
10151015
<tr>
1016-
<td><code>spark.storage.replication.policy<code></td>
1017-
<td><code>org.apache.spark.storage.RandomBlockReplicationPolicy</code></td>
1016+
<td><code>spark.storage.replication.policy</code></td>
1017+
<td>
1018+
org.apache.spark.storage.<br />RandomBlockReplicationPolicy
1019+
</td>
10181020
<td>
10191021
The policy to use for choosing peers when replicating blocks. The default policy would randomly
10201022
choose the peers to replicate to. A more resilient replication policy is provided by
@@ -1026,8 +1028,10 @@ Apart from these, the following properties are also available, and may be useful
10261028
</td>
10271029
</tr>
10281030
<tr>
1029-
<td><code>spark.storage.replication.topologyMapper<code></td>
1030-
<td><code>org.apache.spark.storage.DefaultTopologyMapper</code></td>
1031+
<td><code>spark.storage.replication.topologyMapper</code></td>
1032+
<td>
1033+
org.apache.spark.storage.<br />DefaultTopologyMapper
1034+
</td>
10311035
<td>
10321036
The topology information of a host is determined by a topology mapping service defined by the
10331037
abstract class <code>org.apache.spark.storage.TopologyMapper</code>, which can be configured by

0 commit comments

Comments
 (0)