Skip to content

Commit 554cc07

Browse files
author
Marcelo Vanzin
committed
Change message.
1 parent 9efb9da commit 554cc07

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
@@ -1390,7 +1390,7 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
13901390
_executorAllocationManager.foreach { _ =>
13911391
logWarning(
13921392
s"Dynamic allocation currently does not support cached RDDs. Cached data for RDD " +
1393-
s"${rdd.id} will be deallocated when executors are removed.")
1393+
s"${rdd.id} will be lost when executors are removed.")
13941394
}
13951395
persistentRdds(rdd.id) = rdd
13961396
}

0 commit comments

Comments
 (0)