- Sep 05, 2012
-
-
Reynold Xin authored
Added log messages on BlockManagerMaster to reflect block add/remove. Also did some minor cleanup of storage package code.
-
- Sep 03, 2012
-
-
Matei Zaharia authored
-
Matei Zaharia authored
Add a limit on the number of parallel fetches in the reduce stage
-
- Sep 01, 2012
-
-
Harvey authored
to the reduce function
-
- Aug 31, 2012
-
-
Matei Zaharia authored
one of the cluster schedulers.
-
- Aug 30, 2012
-
-
Matei Zaharia authored
issue with shared buffers in the KryoSerializer.
-
Matei Zaharia authored
Disable running combiners on map tasks when mergeCombiners function is not specified by the user.
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
not specified by the user.
-
- 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
-