- Sep 07, 2012
- Sep 05, 2012
- Sep 04, 2012
- Aug 29, 2012
-
-
Matei Zaharia authored
-
- Aug 28, 2012
-
-
Matei Zaharia authored
-
Matei Zaharia authored
Removed the deserialization cache for ShuffleMapTask
-
Reynold Xin authored
causing concurrency problems (some variables in Shark get set to null). The cost of task deserialization on slaves is trivial compared with the execution time of the task anyway.
-
- Aug 26, 2012
-
-
Matei Zaharia authored
Cache points in SparkLR example
-
Josh Rosen authored
-
- Aug 23, 2012
-
-
Matei Zaharia authored
-
Matei Zaharia authored
The broadcast fix is to store values as MEMORY_ONLY_DESER instead of MEMORY_ONLY, which will save substantial time on serialization.
-
Matei Zaharia authored
-
Matei Zaharia authored
Broadcast refactoring/cleaning up
-
- Aug 19, 2012
-
-
Matei Zaharia 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
-