We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a37c34 commit abfe698Copy full SHA for abfe698
core/src/main/scala/org/apache/spark/util/Utils.scala
@@ -278,7 +278,7 @@ private[spark] object Utils extends Logging {
278
uc = new URL(url).openConnection()
279
}
280
281
- val timeout = conf.getInt("spark.files.fetchTimeout",60) * 1000
+ val timeout = conf.getInt("spark.files.fetchTimeout", 60) * 1000
282
uc.setConnectTimeout(timeout)
283
uc.setReadTimeout(timeout)
284
uc.connect()
0 commit comments