Clustering very large multi-dimensional datasets with MapReduce

139Citations
Citations of this article
171Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Given a very large moderate-to-high dimensionality dataset, how could one cluster its points? For datasets that don't fit even on a single disk, parallelism is a first class option. In this paper we explore MapReduce for clustering this kind of data. The main questions are (a) how to minimize the I/O cost, taking into account the already existing data partition (e.g., on disks), and (b) how to minimize the network cost among processing nodes. Either of them may be a bottleneck. Thus, we propose the Best of both Worlds - BoW method, that automatically spots the bottleneck and chooses a good strategy. Our main contributions are: (1) We propose BoW and carefully derive its cost functions, which dynamically choose the best strategy; (2) We show that BoW has numerous desirable features: it can work with most serial clustering methods as a pluggedin clustering subroutine, it balances the cost for disk accesses and network accesses, achieving a very good tradeoff between the two, it uses no user-defined parameters (thanks to our reasonable defaults), it matches the clustering quality of the serial algorithm, and it has near-linear scale-up; and finally, (3) We report experiments on real and synthetic data with billions of points, using up to 1, 024 cores in parallel. To the best of our knowledge, our Yahoo! web is the largest real dataset ever reported in the database subspace clustering literature. Spanning 0.2 TB of multi-dimensional data, it took only 8 minutes to be clustered, using 128 cores. Copyright 2011 ACM.

Cite

CITATION STYLE

APA

Cordeiro, R. L. F., Traina, C., Traina, A. J. M., López, J., Kang, U., & Faloutsos, C. (2011). Clustering very large multi-dimensional datasets with MapReduce. In Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (pp. 690–698). Association for Computing Machinery. https://doi.org/10.1145/2020408.2020516

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free