Skip to content

Commit

Permalink
change format
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyJvm committed Apr 11, 2014
1 parent ee0fae0 commit 04a9796
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ Apart from these, the following properties are also available, and may be useful
<tr>
<td>spark.default.parallelism</td>
<td>
· Mesos fine grained mode: 8<br/>
· Local mode: core number of the local machine<br/>
· Others: total core number of all executor nodes or 2, whichever is larger
<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
</ul>
</td>
<td>
Default number of tasks to use across the cluster for distributed shuffle operations (<code>groupByKey</code>,
Expand Down

0 comments on commit 04a9796

Please sign in to comment.