spark-instrumented-optimizer/core/src/main
Nathan Kronenfeld fd7b155396 Rectify gereneric parameter names between SparkContext and AccumulablePa...
AccumulableParam gave its generic parameters as 'R, T', whereas SparkContext labeled them 'T, R'.

Trivial, but really confusing.

I resolved this in favor of AccumulableParam, because it seemed to have some logic for its names.  I also extended this minimal, but at least present, justification into the SparkContext comments.

Author: Nathan Kronenfeld <nkronenfeld@oculusinfo.com>

Closes #2637 from nkronenfeld/accumulators and squashes the following commits:

98d6b74 [Nathan Kronenfeld] Rectify gereneric parameter names between SparkContext and AccumulableParam
2014-10-05 21:03:48 -07:00
..
java/org/apache/spark [SPARK-3543] Clean up Java TaskContext implementation. 2014-09-27 14:46:00 -07:00
resources/org/apache/spark [SPARK-2976] Replace tabs with spaces 2014-08-25 19:40:23 -07:00
scala/org/apache Rectify gereneric parameter names between SparkContext and AccumulablePa... 2014-10-05 21:03:48 -07:00