Skip to content
Snippets Groups Projects
Commit 30b8d369 authored by Sandy Ryza's avatar Sandy Ryza Committed by Reynold Xin
Browse files

SPARK-2553. Fix compile error

Author: Sandy Ryza <sandy@cloudera.com>

Closes #1479 from sryza/sandy-spark-2553 and squashes the following commits:

2cb5ed8 [Sandy Ryza] SPARK-2553. Fix compile error
parent e52b8719
No related branches found
No related tags found
No related merge requests found
...@@ -185,6 +185,7 @@ class CoGroupedRDD[K](@transient var rdds: Seq[RDD[_ <: Product2[K, _]]], part: ...@@ -185,6 +185,7 @@ class CoGroupedRDD[K](@transient var rdds: Seq[RDD[_ <: Product2[K, _]]], part:
combiner1(depNum) ++= combiner2(depNum) combiner1(depNum) ++= combiner2(depNum)
depNum += 1 depNum += 1
} }
combiner1
} }
new ExternalAppendOnlyMap[K, CoGroupValue, CoGroupCombiner]( new ExternalAppendOnlyMap[K, CoGroupValue, CoGroupCombiner](
createCombiner, mergeValue, mergeCombiners) createCombiner, mergeValue, mergeCombiners)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment