Skip to content

Commit

Permalink
miss </li> at the end of every single line
Browse files Browse the repository at this point in the history
oh yeah, missed </li>. fixed it.
  • Loading branch information
CrazyJvm committed Apr 14, 2014
1 parent 04a9796 commit 84a7fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ Apart from these, the following properties are also available, and may be useful
<td>spark.default.parallelism</td>
<td>
<ul>
<li>Mesos fine grained mode: 8
<li>Local mode: core number of the local machine
<li>Others: total core number of all executor nodes or 2, whichever is larger
<li>Mesos fine grained mode: 8</li>
<li>Local mode: core number of the local machine</li>
<li>Others: total core number of all executor nodes or 2, whichever is larger</li>
</ul>
</td>
<td>
Expand Down

0 comments on commit 84a7fe4

Please sign in to comment.