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 12f54c9 commit 60acd84Copy full SHA for 60acd84
core/src/main/scala/org/apache/spark/SparkContext.scala
@@ -247,7 +247,7 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
247
private[spark] def eventLogDir: Option[URI] = _eventLogDir
248
private[spark] def eventLogCodec: Option[String] = _eventLogCodec
249
250
- // Generate the random name for a temp folder in external block store
+ // Generate the random name for a temp folder in external block store.
251
// Add a timestamp as the suffix here to make it more safe
252
val externalBlockStoreFolderName = "spark-" + randomUUID.toString()
253
@deprecated("Use externalBlockStoreFolderName instead.", "1.4.0")
0 commit comments