From 35b2415fb32cea506c60d6f1f824ac194f4604f8 Mon Sep 17 00:00:00 2001 From: Mosharaf Chowdhury Date: Thu, 17 Oct 2013 13:14:12 -0700 Subject: Code styling. Updated doc. --- docs/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/configuration.md') 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. + + spark.broadcast.blockSize + 4096 + + Size of each piece of a block in kilobytes for TorrentBroadcastFactory. + Too large a value decreases parallelism during broadcast (makes it slower); however, if it is too small, BlockManager might take a performance hit. + + -- cgit v1.2.3