spark-instrumented-optimizer/core/src/main
Sean Owen 2a28bc6100 SPARK-785 [CORE] ClosureCleaner not invoked on most PairRDDFunctions
This looked like perhaps a simple and important one. `combineByKey` looks like it should clean its arguments' closures, and that in turn covers apparently all remaining functions in `PairRDDFunctions` which delegate to it.

Author: Sean Owen <sowen@cloudera.com>

Closes #3690 from srowen/SPARK-785 and squashes the following commits:

8df68fe [Sean Owen] Clean context of most remaining functions in PairRDDFunctions, which ultimately call combineByKey
2014-12-15 16:06:15 -08:00
..
java/org/apache/spark SPARK-4567. Make SparkJobInfo and SparkStageInfo serializable 2014-12-09 16:26:07 -08:00
resources/org/apache/spark [SPARK-4765] Make GC time always shown in UI. 2014-12-09 15:10:36 -08:00
scala/org/apache/spark SPARK-785 [CORE] ClosureCleaner not invoked on most PairRDDFunctions 2014-12-15 16:06:15 -08:00