MapReduce Software Framework

From GM-RKB
(Redirected from MapReduce)
Jump to navigation Jump to search

A MapReduce Software Framework is a distributed computing data processing framework that can implement map/reduce-based systems (which process map/reduce jobs).



References

2014

2010

2009

2008

2006

2004


  1. "Our abstraction is inspired by the map and reduce primitives present in Lisp and many other functional languages." -"MapReduce: Simplified Data Processing on Large Clusters", by Jeffrey Dean and Sanjay Ghemawat; from Google Labs
  2. "Google's MapReduce Programming Model -- Revisited" — paper by Ralf Lämmel; from Microsoft