Github user andrewor14 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9983#discussion_r45937365
  
    --- Diff: 
core/src/main/scala/org/apache/spark/rdd/ReliableCheckpointRDD.scala ---
    @@ -100,10 +107,52 @@ private[spark] object ReliableCheckpointRDD extends 
Logging {
         "part-%05d".format(partitionIndex)
       }
     
    +  private def checkpointPartitionerFileName(): String = {
    +    "_partitioner"
    +  }
    +
       /**
    -   * Write this partition's values to a checkpoint file.
    +   * Write RDD to checkpoint files and return a ReliableCheckpointRDD 
representing the RDD.
        */
    -  def writeCheckpointFile[T: ClassTag](
    +  def createCheckpointedRDD[T: ClassTag](
    --- End diff --
    
    you can probably just call this `create`, since you call it like 
`ReliableCheckpointRDD.create` so it's pretty clear what you're making


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to