Mrs (pronounced "missus") is a lightweight implementation of MapReduce. The name derives from the practice of referring to MapReduce programs by the title "mister" (e.g., "Mr. Wordcount"). The name "Mrs" is a natural variation on "Mr" and more memorable than an arbitrary acronym.
Mrs is a MapReduce implementation that aims to be easy to use and reasonably efficient. It is written in Python and where possible builds on existing solutions to remain lightweight. Python 2 (>=2.6) and Python 3 are supported. Mrs is licensed under the GNU GPL.
The MapReduce paper <http://research.google.com/archive/mapreduce.html>
provides
an introduction to MapReduce. The examples/wordcount.py <http://code.google.com/p/mrs-mapreduce/source/browse /examples/wordcount.py>
file shows the Mrs WordCount based on the
corresponding program described in the paper.
Helpful resources include:
the Mrs project page <http://code.google.com/p/mrs-mapreduce/>
_ (for bug reports and enhancement requests)
the Mrs mailing list <http://groups.google.com/group/mrs-mapreduce>
_ (for questions and discussion)
About Mrs: ++++++++++ .. toctree:: :maxdepth: 2
about_mrs.txt
User Documentation: +++++++++++++++++++ .. toctree:: :maxdepth: 2
installation.txt tutorial.txt user_guide.txt
Internal Development docs: ++++++++++++++++++++++++++
.. toctree:: :maxdepth: 2
release_checklist.txt
genindex
modindex
search