Status: IN
In `mapreduce.py`, `num_reducers` is fixed at job creation (`num_reducers: int = 2`) and never changes during execution; all partition assignments are determined by `hash(k) % num_reducers` with no dynamic rebalancing
Source: entries/2026/05/29/topic-hash-partitioning-skew.md
JSON