Skip to content

Commit 60acd84

Browse files
committed
minor change to kickoff the test
1 parent 12f54c9 commit 60acd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/SparkContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
247247
private[spark] def eventLogDir: Option[URI] = _eventLogDir
248248
private[spark] def eventLogCodec: Option[String] = _eventLogCodec
249249

250-
// Generate the random name for a temp folder in external block store
250+
// Generate the random name for a temp folder in external block store.
251251
// Add a timestamp as the suffix here to make it more safe
252252
val externalBlockStoreFolderName = "spark-" + randomUUID.toString()
253253
@deprecated("Use externalBlockStoreFolderName instead.", "1.4.0")

0 commit comments

Comments
 (0)