Repository: spark
Updated Branches:
  refs/heads/master 73231860b -> 556b5d215


[SPARK-5484][FOLLOWUP] PeriodicRDDCheckpointer doc cleanup

## What changes were proposed in this pull request?
PeriodicRDDCheckpointer was already moved out of mllib in Spark-5484

## How was this patch tested?
existing tests

Author: Zheng RuiFeng <ruife...@foxmail.com>

Closes #19618 from zhengruifeng/checkpointer_doc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/556b5d21
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/556b5d21
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/556b5d21

Branch: refs/heads/master
Commit: 556b5d21512b17027a6e451c6a82fb428940e95a
Parents: 7323186
Author: Zheng RuiFeng <ruife...@foxmail.com>
Authored: Wed Nov 1 08:45:11 2017 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Nov 1 08:45:11 2017 +0000

----------------------------------------------------------------------
 .../scala/org/apache/spark/rdd/util/PeriodicRDDCheckpointer.scala  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/556b5d21/core/src/main/scala/org/apache/spark/rdd/util/PeriodicRDDCheckpointer.scala
----------------------------------------------------------------------
diff --git 
a/core/src/main/scala/org/apache/spark/rdd/util/PeriodicRDDCheckpointer.scala 
b/core/src/main/scala/org/apache/spark/rdd/util/PeriodicRDDCheckpointer.scala
index facbb83..5e181a9 100644
--- 
a/core/src/main/scala/org/apache/spark/rdd/util/PeriodicRDDCheckpointer.scala
+++ 
b/core/src/main/scala/org/apache/spark/rdd/util/PeriodicRDDCheckpointer.scala
@@ -73,8 +73,6 @@ import org.apache.spark.util.PeriodicCheckpointer
  *
  * @param checkpointInterval  RDDs will be checkpointed at this interval
  * @tparam T  RDD element type
- *
- * TODO: Move this out of MLlib?
  */
 private[spark] class PeriodicRDDCheckpointer[T](
     checkpointInterval: Int,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to