aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-01 15:20:42 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-01 15:20:42 -0700
commit802aa8aef90fe7d2f0c859c68f12361db286bf20 (patch)
tree0542bbef5f3c38b93464f746513c8be3cb0b2afc /docs/configuration.md
parentc1db5a849b17c7005bf6e7e90be23df3e81ea564 (diff)
downloadspark-802aa8aef90fe7d2f0c859c68f12361db286bf20.tar.gz
spark-802aa8aef90fe7d2f0c859c68f12361db286bf20.tar.bz2
spark-802aa8aef90fe7d2f0c859c68f12361db286bf20.zip
Some bug fixes and logging fixes for broadcast.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index e4d5b21a12..fa7123af1b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -73,7 +73,8 @@ there are at least four properties that you will commonly want to control:
<td>/tmp</td>
<td>
Directory to use for "scratch" space in Spark, including map output files and RDDs that get stored
- on disk. This should be on a fast, local disk in your system.
+ on disk. This should be on a fast, local disk in your system. It can also be a comma-separated
+ list of multiple directories.
</td>
</tr>
<tr>