spark-instrumented-optimizer/core
Matei Zaharia 78ffe164b3 Clone the zero value for each key in foldByKey
The old version reused the object within each task, leading to
overwriting of the object when a mutable type is used, which is expected
to be common in fold.

Conflicts:

	core/src/test/scala/spark/ShuffleSuite.scala
2013-06-23 10:26:53 -07:00
..
src Clone the zero value for each key in foldByKey 2013-06-23 10:26:53 -07:00
pom.xml Update ASM to version 4.0 2013-06-19 13:34:30 +02:00