Skip to content
Snippets Groups Projects
Commit 8b3041c7 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Reduced the memory usage of reduce and similar operations

These operations used to wait for all the results to be available in an
array on the driver program before merging them. They now merge values
incrementally as they arrive.
parent 4529876d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment