Skip to content

Commit

Permalink
Scaladoc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
massie committed Sep 9, 2015
1 parent eccb0ed commit 2906e74
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ class PairRDDFunctions[K, V](self: RDD[(K, V)])
}

/**
* This method is here for backward compatibility. It
* does not provide combiner classtag information to
* the shuffle.
* Generic function to combine the elements for each key using a custom set of aggregation
* functions. This method is here for backward compatibility. It does not provide combiner
* classtag information to the shuffle.
*
* @see [[combineByKeyWithClassTag]]
*/
Expand All @@ -123,9 +123,9 @@ class PairRDDFunctions[K, V](self: RDD[(K, V)])
}

/**
* This method is here for backward compatibility. It
* does not provide combiner classtag information to
* the shuffle.
* Simplified version of combineByKeyWithClassTag that hash-partitions the output RDD.
* This method is here for backward compatibility. It does not provide combiner
* classtag information to the shuffle.
*
* @see [[combineByKeyWithClassTag]]
*/
Expand Down Expand Up @@ -605,9 +605,9 @@ class PairRDDFunctions[K, V](self: RDD[(K, V)])
}

/**
* This method is here for backward compatibility. It
* does not provide combiner classtag information to
* the shuffle.
* Simplified version of combineByKeyWithClassTag that hash-partitions the resulting RDD using the
* existing partitioner/parallelism level. This method is here for backward compatibility. It
* does not provide combiner classtag information to the shuffle.
*
* @see [[combineByKeyWithClassTag]]
*/
Expand Down

0 comments on commit 2906e74

Please sign in to comment.