Skip to content

Commit abfe698

Browse files
committed
add space according request
1 parent 2a37c34 commit abfe698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/util/Utils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ private[spark] object Utils extends Logging {
278278
uc = new URL(url).openConnection()
279279
}
280280

281-
val timeout = conf.getInt("spark.files.fetchTimeout",60) * 1000
281+
val timeout = conf.getInt("spark.files.fetchTimeout", 60) * 1000
282282
uc.setConnectTimeout(timeout)
283283
uc.setReadTimeout(timeout)
284284
uc.connect()

0 commit comments

Comments
 (0)