- Sep 01, 2013
-
-
Matei Zaharia authored
* RDD, *RDDFunctions -> org.apache.spark.rdd * Utils, ClosureCleaner, SizeEstimator -> org.apache.spark.util * JavaSerializer, KryoSerializer -> org.apache.spark.serializer
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Aug 19, 2013
-
-
Reynold Xin authored
Made PairRDDFunctions taking only Tuple2, but made the rest of the shuffle code path working with general Product2.
-
- Aug 18, 2013
-
-
Reynold Xin authored
Allow subclasses of Product2 in all key-value related classes (ShuffleDependency, PairRDDFunctions, etc).
-
Jey Kottalam authored
-
- Aug 16, 2013
-
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
- Aug 11, 2013
-
-
Josh Rosen authored
-
- Jul 26, 2013
-
-
Mark Hamstra authored
-
- Jul 24, 2013
-
-
Matei Zaharia authored
-
- Jul 22, 2013
-
-
Josh Rosen authored
-
Josh Rosen authored
This is used to find methods in the Scala API that need to be ported to the Java API. To use it: ./run spark.tools.JavaAPICompletenessChecker Conflicts: project/SparkBuild.scala run run2.cmd
-