English

M3R: Increased performance for in-memory Hadoop jobs

Databases 2012-08-22 v1

Abstract

Main Memory Map Reduce (M3R) is a new implementation of the Hadoop Map Reduce (HMR) API targeted at online analytics on high mean-time-to-failure clusters. It does not support resilience, and supports only those workloads which can fit into cluster memory. In return, it can run HMR jobs unchanged -- including jobs produced by compilers for higher-level languages such as Pig, Jaql, and SystemML and interactive front-ends like IBM BigSheets -- while providing significantly better performance than the Hadoop engine on several workloads (e.g. 45x on some input sizes for sparse matrix vector multiply). M3R also supports extensions to the HMR API which can enable Map Reduce jobs to run faster on the M3R engine, while not affecting their performance under the Hadoop engine.

Keywords

Cite

@article{arxiv.1208.4168,
  title  = {M3R: Increased performance for in-memory Hadoop jobs},
  author = {Avraham Shinnar and David Cunningham and Benjamin Herta and Vijay Saraswat},
  journal= {arXiv preprint arXiv:1208.4168},
  year   = {2012}
}

Comments

VLDB2012

R2 v1 2026-06-21T21:53:18.086Z