This document discusses using MapReduce to calculate rough set approximations in parallel for big data. It begins with an introduction to rough sets and how they are calculated based on lower and upper approximations. It then discusses related work applying rough sets and MapReduce to large datasets. The document proposes a parallel method for computing rough set approximations using MapReduce by parallelizing the computation of equivalence classes, decision classes, and their associations. This allows rough set approximations to be calculated more efficiently for big data as compared to traditional serial methods. The document concludes that MapReduce provides an effective framework for the parallel rough set calculations.