Skip to content

Commit

Permalink
Fixed spelling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kayousterhout committed Apr 13, 2015
1 parent 658e1af commit cff0209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.apache.spark.serializer.Serializer

/** The references to rdd and splitIndex are transient because redundant information is stored
* in the CoGroupedRDD object. Because CoGroupedRDD is serialized separately from
* CoGrpupPartition, if rdd and splitIndex aren't transient, they'll be included twice in the
* CoGroupPartition, if rdd and splitIndex aren't transient, they'll be included twice in the
* task closure. */
private[spark] case class NarrowCoGroupSplitDep(
@transient rdd: RDD[_],
Expand Down

0 comments on commit cff0209

Please sign in to comment.