FP-growth has become a popular algorithm to mine frequent patterns. Its metadata FP-tree has allowed significant performance
improvement over previously reported algorithms. However that special data structure also restrict the ability for further
extensions. There is also potential problem when FP-tree can not fit into the memory. In this paper, we report parallel execution
of FP-growth. We examine the bottlenecks of the parallelization and also method to balance the execution efficiently on shared-nothing
environment.