This document discusses a distributed approach for detecting outliers in large datasets. It introduces an algorithm based on the concept of an outlier detection solving set, which is a small subset of the dataset that can predict outliers. The algorithm exploits parallel computation to achieve significant time savings over traditional nested loop approaches. Experimental results show the algorithm scales well to increasing numbers of nodes. A variant is also discussed that reduces the amount of data transferred, improving communication costs and runtime. The solving set computed in a distributed environment has the same quality as that produced by the corresponding centralized method.