aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorMosharaf Chowdhury <mosharaf@cs.berkeley.edu>2013-10-17 13:14:12 -0700
committerMosharaf Chowdhury <mosharaf@cs.berkeley.edu>2013-10-17 13:14:12 -0700
commit35b2415fb32cea506c60d6f1f824ac194f4604f8 (patch)
tree6d4187f386848ad618877a251f7430e46e5b6d22 /docs/configuration.md
parente6637504880a941f909ece188573ee0c4853b96b (diff)
downloadspark-35b2415fb32cea506c60d6f1f824ac194f4604f8.tar.gz
spark-35b2415fb32cea506c60d6f1f824ac194f4604f8.tar.bz2
spark-35b2415fb32cea506c60d6f1f824ac194f4604f8.zip
Code styling. Updated doc.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 7940d41a27..c5900d0e09 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -319,6 +319,14 @@ Apart from these, the following properties are also available, and may be useful
Should be greater than or equal to 1. Number of allowed retries = this value - 1.
</td>
</tr>
+<tr>
+ <td>spark.broadcast.blockSize</td>
+ <td>4096</td>
+ <td>
+ Size of each piece of a block in kilobytes for <code>TorrentBroadcastFactory</code>.
+ Too large a value decreases parallelism during broadcast (makes it slower); however, if it is too small, <code>BlockManager</code> might take a performance hit.
+ </td>
+</tr>
</table>