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 2766055 commit 03ed3a8Copy full SHA for 03ed3a8
core/src/main/scala/org/apache/spark/util/Utils.scala
@@ -333,7 +333,7 @@ private[spark] object Utils extends Logging {
333
val fileName = url.split("/").last
334
val targetFile = new File(targetDir, fileName)
335
if (useCache) {
336
- val cachedFileName = url.hashCode + timestamp + "_cach"
+ val cachedFileName = url.hashCode + timestamp + "_cache"
337
val lockFileName = url.hashCode + timestamp + "_lock"
338
val localDir = new File(getLocalDir(conf))
339
val lockFile = new File(localDir, lockFileName)
0 commit comments