This document discusses using Hadoop and the Apriori algorithm for frequent item set mining on big data. Hadoop is a distributed framework that uses MapReduce and HDFS to analyze large datasets across commodity hardware. It is well-suited for frequent item set mining and implementing the Apriori algorithm to efficiently find interesting itemsets and association rules in huge databases with reduced time, cost, and number of scans compared to non-distributed methods.