Job/MRTask/FJTask OverviewΒΆ

A GLM job is broken down first into MRTask2 tasks, then into Fork/Join (FJ) tasks. FJ tasks are spread across the cluster in a logarithmic tree fashion, with computation performed at the leaves and results rolled up to the top.

../_images/GLMAlgoMem.png