Skip to content

Commit 818abaf

Browse files
committed
Update the unit of one configuration property
1 parent f23bf0f commit 818abaf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/running-on-kubernetes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,9 +625,10 @@ specific to Spark on Kubernetes.
625625
</tr>
626626
<tr>
627627
<td><code>spark.kubernetes.mountDependencies.timeout</code></td>
628-
<td>5 minutes</td>
628+
<td>300 seconds</td>
629629
<td>
630-
Timeout before aborting the attempt to download and unpack dependencies from remote locations into the driver and executor pods.
630+
Timeout in seconds before aborting the attempt to download and unpack dependencies from remote locations into
631+
the driver and executor pods.
631632
</td>
632633
</tr>
633634
<tr>

0 commit comments

Comments
 (0)