aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorviper-kun <xukun.xu@huawei.com>2014-09-17 00:09:57 -0700
committerJosh Rosen <joshrosen@apache.org>2014-09-17 00:09:57 -0700
commit983609a4dd83e25598455bfce93fa1c1fa9f2c51 (patch)
treed3ee8bec69ee6cec6a53c0ca49be6b6f53ce1c0a
parent008a5ed4808d1467b47c1d6fa4d950cc6c4976b7 (diff)
downloadspark-983609a4dd83e25598455bfce93fa1c1fa9f2c51.tar.gz
spark-983609a4dd83e25598455bfce93fa1c1fa9f2c51.tar.bz2
spark-983609a4dd83e25598455bfce93fa1c1fa9f2c51.zip
[Docs] Correct spark.files.fetchTimeout default value
change the value of spark.files.fetchTimeout Author: viper-kun <xukun.xu@huawei.com> Closes #2406 from viper-kun/master and squashes the following commits: ecb0d46 [viper-kun] [Docs] Correct spark.files.fetchTimeout default value 7cf4c7a [viper-kun] Update configuration.md
-rw-r--r--docs/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index af16489a44..99faf51c6f 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -520,10 +520,10 @@ Apart from these, the following properties are also available, and may be useful
</tr>
<tr>
<td><code>spark.files.fetchTimeout</code></td>
- <td>false</td>
+ <td>60</td>
<td>
Communication timeout to use when fetching files added through SparkContext.addFile() from
- the driver.
+ the driver, in seconds.
</td>
</tr>
<tr>