The document presents a comparative study of distributed frequent pattern mining algorithms CDA, FDM, and MR-DARM for mining big sales data. It first preprocesses a large AMUL dairy sales dataset using Hadoop MapReduce to convert it to transactions. It then applies the MR-DARM, CDA, and FDM algorithms to find frequent itemsets and compare their performance. Experimental results on the dairy dataset show that MR-DARM has lower execution times than CDA and FDM, especially when the data is distributed across multiple nodes.