Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

NOTE: This Wiki is obsolete as of November 2016 and is retained for reference only.

 

This page explains how Spark's shuffle works, as of commit 95690a17d328f205c3398b9b477b4072b6fe908f (shortly after the 1.4 release).  This explains what happens for a single task; this will happen in parallel for each task running on the machine, and Spark runs up to SPARK_WORKER_CORES (by default, the number of cores on the machine) tasks concurrently on each machine.

...