aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorLiang-Chi Hsieh <viirya@gmail.com>2015-04-11 13:07:41 +0100
committerSean Owen <sowen@cloudera.com>2015-04-11 13:07:41 +0100
commit95a07591b3e23782a7021ef2bbf07a67a1e4a83a (patch)
tree73bc31b37f078a1be3d54a9c6092d9a212726655 /core
parent67d06880e47e0324409cf7e5b21db1dcb0107b82 (diff)
downloadspark-95a07591b3e23782a7021ef2bbf07a67a1e4a83a.tar.gz
spark-95a07591b3e23782a7021ef2bbf07a67a1e4a83a.tar.bz2
spark-95a07591b3e23782a7021ef2bbf07a67a1e4a83a.zip
[Minor][Core] Fix typo
Author: Liang-Chi Hsieh <viirya@gmail.com> Closes #5466 from viirya/fix_ShuffleMapTask_typo and squashes the following commits: 2789fd5 [Liang-Chi Hsieh] fix typo.
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/scheduler/ShuffleMapTask.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/scheduler/ShuffleMapTask.scala b/core/src/main/scala/org/apache/spark/scheduler/ShuffleMapTask.scala
index fd0d484b45..6c7d00069a 100644
--- a/core/src/main/scala/org/apache/spark/scheduler/ShuffleMapTask.scala
+++ b/core/src/main/scala/org/apache/spark/scheduler/ShuffleMapTask.scala
@@ -33,7 +33,7 @@ import org.apache.spark.shuffle.ShuffleWriter
* See [[org.apache.spark.scheduler.Task]] for more information.
*
* @param stageId id of the stage this task belongs to
- * @param taskBinary broadcast version of of the RDD and the ShuffleDependency. Once deserialized,
+ * @param taskBinary broadcast version of the RDD and the ShuffleDependency. Once deserialized,
* the type should be (RDD[_], ShuffleDependency[_, _, _]).
* @param partition partition of the RDD this task is associated with
* @param locs preferred task execution locations for locality scheduling