Skip to content

Commit ecb0d46

Browse files
committed
[Docs] Correct spark.files.fetchTimeout default value
change the value of spark.files.fetchTimeout to 60
1 parent 7cf4c7a commit ecb0d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ Apart from these, the following properties are also available, and may be useful
523523
<td>60</td>
524524
<td>
525525
Communication timeout to use when fetching files added through SparkContext.addFile() from
526-
the driver, in second.
526+
the driver, in seconds.
527527
</td>
528528
</tr>
529529
<tr>

0 commit comments

Comments
 (0)