You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/31 00:42:37 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #28038: [SPARK-31208][CORE] Add an expiremental cleanShuffleDependencies

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org