- Sep 07, 2012
-
-
Matei Zaharia authored
Simulating a Spark standalone cluster locally
-
Denny authored
Add shutdown hook to Executor Runner and execute code to shutdown local cluster in Scheduler Backend
-
Denny authored
-
- Sep 06, 2012
-
-
root authored
-
- Sep 05, 2012
-
-
Denny authored
-
Matei Zaharia authored
Log cache add/remove messages in block manager.
-
Reynold Xin authored
Added log messages on BlockManagerMaster to reflect block add/remove. Also did some minor cleanup of storage package code.
-
Denny authored
-
- Sep 04, 2012
- 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
-