This document describes research on improving the Apriori algorithm for association rule mining on large datasets using Hadoop. The researchers implemented an improved Apriori algorithm that uses MapReduce on Hadoop to reduce the number of database scans needed. They tested the proposed algorithm on various datasets and found it had faster execution times and used less memory compared to the traditional Apriori algorithm.