English

PerfXplain: Debugging MapReduce Job Performance

Databases 2012-03-30 v1

Abstract

While users today have access to many tools that assist in performing large scale data analysis tasks, understanding the performance characteristics of their parallel computations, such as MapReduce jobs, remains difficult. We present PerfXplain, a system that enables users to ask questions about the relative performances (i.e., runtimes) of pairs of MapReduce jobs. PerfXplain provides a new query language for articulating performance queries and an algorithm for generating explanations from a log of past MapReduce job executions. We formally define the notion of an explanation together with three metrics, relevance, precision, and generality, that measure explanation quality. We present the explanation-generation algorithm based on techniques related to decision-tree building. We evaluate the approach on a log of past executions on Amazon EC2, and show that our approach can generate quality explanations, outperforming two naive explanation-generation methods.

Keywords

Cite

@article{arxiv.1203.6400,
  title  = {PerfXplain: Debugging MapReduce Job Performance},
  author = {Nodira Khoussainova and Magdalena Balazinska and Dan Suciu},
  journal= {arXiv preprint arXiv:1203.6400},
  year   = {2012}
}

Comments

VLDB2012

R2 v1 2026-06-21T20:41:34.122Z