This document summarizes research on minimizing deterministic finite automata (DFAs) in MapReduce frameworks. It discusses two algorithms for DFA minimization - Hopcroft's algorithm and Moore's algorithm - and evaluates their performance on MapReduce. The key findings are that Hopcroft's algorithm outperforms Moore's algorithm in terms of communication cost when the alphabet size is at least 16 and in runtime when the alphabet size is at least 32. Both algorithms are equally sensitive to skewed input data.