English

Simulating Parallel Algorithms in the MapReduce Framework with Applications to Parallel Computational Geometry

Data Structures and Algorithms 2015-03-14 v1 Computational Geometry Distributed, Parallel, and Cluster Computing

Abstract

In this paper, we describe efficient MapReduce simulations of parallel algorithms specified in the BSP and PRAM models. We also provide some applications of these simulation results to problems in parallel computational geometry for the MapReduce framework, which result in efficient MapReduce algorithms for sorting, 1-dimensional all nearest-neighbors, 2-dimensional convex hulls, 3-dimensional convex hulls, and fixed-dimensional linear programming. For the case when reducers can have a buffer size of B=O(nϵ)B=O(n^\epsilon), for a small constant ϵ>0\epsilon>0, all of our MapReduce algorithms for these applications run in a constant number of rounds and have a linear-sized message complexity, with high probability, while guaranteeing with high probability that all reducer lists are of size O(B)O(B).

Keywords

Cite

@article{arxiv.1004.4708,
  title  = {Simulating Parallel Algorithms in the MapReduce Framework with Applications to Parallel Computational Geometry},
  author = {Michael T. Goodrich},
  journal= {arXiv preprint arXiv:1004.4708},
  year   = {2015}
}

Comments

Version of paper appearing in MASSIVE 2010

R2 v1 2026-06-21T15:15:16.076Z