We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efb9da commit 554cc07Copy full SHA for 554cc07
core/src/main/scala/org/apache/spark/SparkContext.scala
@@ -1390,7 +1390,7 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
1390
_executorAllocationManager.foreach { _ =>
1391
logWarning(
1392
s"Dynamic allocation currently does not support cached RDDs. Cached data for RDD " +
1393
- s"${rdd.id} will be deallocated when executors are removed.")
+ s"${rdd.id} will be lost when executors are removed.")
1394
}
1395
persistentRdds(rdd.id) = rdd
1396
0 commit comments