Skip to content

Commit

Permalink
[DOC]: improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
msiddalingaiah committed Dec 17, 2014
1 parent 51d14b9 commit 79e679f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/apache/spark/Partition.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
package org.apache.spark

/**
* A partition of an RDD.
* An identifier for a partition in an RDD.
*/
trait Partition extends Serializable {
/**
* Get the split's index within its parent RDD
* Get the partition's index within its parent RDD
*/
def index: Int

Expand Down

0 comments on commit 79e679f

Please sign in to comment.