This document outlines a method for constructing local clusters of a massive distributed graph in parallel. It does this through four main steps: (1) randomly selecting source vertices and cluster sizes, (2) computing approximate personal PageRank vectors in parallel using Pregel, (3) performing a sweep using MapReduce to produce local clusters, and (4) reconciling any cluster overlaps by assigning vertices to the lowest conductance cluster. The key contributions are algorithms for parallel approximate PageRank computation and MapReduce-based sweeping to find local clusters efficiently in distributed graphs. Experimental results demonstrate the quality of clusterings produced and the algorithm's scalability.