dongjoon-hyun commented on a change in pull request #28038: [SPARK-31208][CORE]
Add an expiremental cleanShuffleDependencies
URL: https://github.com/apache/spark/pull/28038#discussion_r400576960
##########
File path: core/src/main/scala/org/apache/spark/rdd/RDD.scala
##########
@@ -1581,7 +1604,7 @@ abstract class RDD[T: ClassTag](
* directory set with `SparkContext#setCheckpointDir` and all references to
its parent
* RDDs will be removed. This function must be called before any job has been
* executed on this RDD. It is strongly recommended that this RDD is
persisted in
- * memory, otherwise saving it on a file will require recomputation.
+ * memory, otherwise saving it on a file will require re computation.
Review comment:
Ur, is this an intentional change?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]