Skip to content
Snippets Groups Projects
Commit 983609a4 authored by viper-kun's avatar viper-kun Committed by Josh Rosen
Browse files

[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
parent 008a5ed4
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment