aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>