- Feb 01, 2011
-
-
Matei Zaharia authored
-
- Nov 14, 2010
-
-
Matei Zaharia authored
test-report target for XML test reports
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Nov 13, 2010
-
-
Matei Zaharia authored
-
Matei Zaharia authored
on JRuby. This is quite ugly: JRuby has its own version of JLine which is older than Scala's, and JLine changed API in such a way that code written for the new version won't compile with the old one and vice versa. Sadly, this might be a reason to drop buildr, unless we can package a JRuby with it that uses the right version, or we ask people to only use the C Ruby version of buildr (which doesn't work on OS X right now!)
-
Matei Zaharia authored
-
- Nov 12, 2010
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Nov 09, 2010
-
-
Matei Zaharia authored
-
- Nov 08, 2010
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Nov 06, 2010
-
-
Matei Zaharia authored
phase of DfsShuffle.
-
- Nov 04, 2010
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
root authored
Fixed a small bug in DFS shuffle -- the number of reduce tasks was not being set based on numOutputSplits
-
Matei Zaharia authored
-
Matei Zaharia authored
well as versions of the shuffle operations that set the number of splits automatically.
-
Matei Zaharia authored
-
Matei Zaharia authored
don't all hit the same nodes at the same time.
-
- Nov 03, 2010
-
-
Matei Zaharia authored
-
- Nov 02, 2010
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Oct 24, 2010
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Oct 23, 2010
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Oct 19, 2010
-
-
Matei Zaharia authored
These tasks were being subjected to delay scheduling but then counted as having been launched on a preferred node. The solution is to have a separate queue for them and treat them as preferred during scheduling.
-
Matei Zaharia authored
-
- Oct 18, 2010
-
-
Mosharaf Chowdhury authored
Conflicts: src/scala/spark/SparkContext.scala Using the latest one from Matei.
-
- Oct 17, 2010
-
-
Matei Zaharia authored
-
- Oct 16, 2010
-
-
Matei Zaharia authored
are used to create an initial copy of each config file if the user does not have one. This way, users won't accidentally commit their changes to config files to git.
-
Matei Zaharia authored
-
Matei Zaharia authored
use this. Closes #12.
-
Matei Zaharia authored
-
Matei Zaharia authored
Simplified UnionRDD slightly and added a SparkContext.union method for efficiently union-ing a large number of RDDs
-
Matei Zaharia authored
optional constructor parameter, so that the scheduler is guaranteed that a Spark home has been set when it first builds its executor arg.
-
Matei Zaharia authored
SparkContext and have the master node serve those to workers.
-
Matei Zaharia authored
-
Matei Zaharia authored
-