aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Saputra <hsaputra@apache.org>2014-01-12 10:40:21 -0800
committerHenry Saputra <hsaputra@apache.org>2014-01-12 10:40:21 -0800
commitf1c5eca494f798fc22c46d245435381a89098fe4 (patch)
treee1fc9a4c195cf3f52c9644f2d676653fd1437c1d
parent91a563608e301bb243fca3765d569bde65ad747c (diff)
downloadspark-f1c5eca494f798fc22c46d245435381a89098fe4.tar.gz
spark-f1c5eca494f798fc22c46d245435381a89098fe4.tar.bz2
spark-f1c5eca494f798fc22c46d245435381a89098fe4.zip
Fix accidental comment modification.
-rw-r--r--core/src/main/scala/org/apache/spark/MapOutputTracker.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/MapOutputTracker.scala b/core/src/main/scala/org/apache/spark/MapOutputTracker.scala
index 57bdf22b9c..80a611b180 100644
--- a/core/src/main/scala/org/apache/spark/MapOutputTracker.scala
+++ b/core/src/main/scala/org/apache/spark/MapOutputTracker.scala
@@ -185,7 +185,7 @@ private[spark] class MapOutputTracker(conf: SparkConf) extends Logging {
private[spark] class MapOutputTrackerMaster(conf: SparkConf)
extends MapOutputTracker(conf) {
- // Cache a serialized version of the output statuses for each shuffle to send them out faster return
+ // Cache a serialized version of the output statuses for each shuffle to send them out faster
private var cacheEpoch = epoch
private val cachedSerializedStatuses = new TimeStampedHashMap[Int, Array[Byte]]