Skip to content

Commit

Permalink
fix document error about spark.kryoserializer.buffer.max.mb
Browse files Browse the repository at this point in the history
  • Loading branch information
stanzhai committed Jul 14, 2015
1 parent 408b384 commit 69729ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ Apart from these, the following properties are also available, and may be useful
<td>
Initial size of Kryo's serialization buffer. Note that there will be one buffer
<i>per core</i> on each worker. This buffer will grow up to
<code>spark.kryoserializer.buffer.max.mb</code> if needed.
<code>spark.kryoserializer.buffer.max</code> if needed.
</td>
</tr>
<tr>
Expand Down

0 comments on commit 69729ef

Please # to comment.