- Aug 19, 2012
-
-
Josh Rosen authored
-
- Aug 14, 2012
-
-
Matei Zaharia authored
Rsync root directory in EC2 script
-
Denny authored
-
Denny authored
-
- Aug 13, 2012
-
-
Matei Zaharia authored
Size estimator changes for dev
-
Shivaram Venkataraman authored
update the results to match the new estimates
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
oops setting to get deterministic results
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
setting. This is useful to get a deterministic test case
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
according to architecture and also aligns objects and arrays when computing instance sizes. Verified using Eclipse Memory Analysis Tool (MAT)
-
- Aug 12, 2012
-
-
Matei Zaharia authored
-
Matei Zaharia authored
ConnectionManager.
-
Matei Zaharia authored
-
Matei Zaharia authored
It's still not good because each Future ends up waiting on a lock, but it seems to work better than Scala Actors, and more importantly it allows us to use onComplete and other listeners on futures.
-
Matei Zaharia authored
-
- Aug 10, 2012
-
-
Matei Zaharia authored
Use JavaConversion to get a scala iterator
-
Matei Zaharia authored
Detect non-zero exit status from PipedRDD process
-
Josh Rosen authored
-
- Aug 09, 2012
-
-
Matei Zaharia authored
-
- Aug 08, 2012
-
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Matei Zaharia authored
Avoid a copy in ShuffleMapTask
-
Shivaram Venkataraman authored
block manager.
-
- Aug 04, 2012
-
-
Matei Zaharia authored
Standalone cluster scripts
-
Denny authored
-
- Aug 03, 2012
-
-
Matei Zaharia authored
Fix test checkpoint to reuse spark context defined in the class
-
Shivaram Venkataraman authored
-
Matei Zaharia authored
This is because we pull out such a large sample (10x the number of partitions) that we should expect pretty good balance. The tests are also deterministic so there's no worry about them failing irreproducibly.
-
Matei Zaharia authored
RangePartitioner to make it pass. It turns out that the first partition was always kind of small due to how we picked partition boundaries.
-
Harvey authored
-
Paul Cavallaro authored
Logging Throwables in logInfo and logDebug instead of swallowing them. Conflicts: core/src/main/scala/spark/Logging.scala
-
- Aug 02, 2012