blog

Notes on Spark performance.

Write-ups on event log analysis, skew, shuffle waste, and what we are building into SparkDoctor.

4 min read

Why we built SparkDoctor

Spark tells you what happened. It does not tell you why the job was slow. SparkDoctor reads the event log and answers that question locally.

read →