Skip to content
klbostee edited this page Sep 14, 2010 · 55 revisions

Dumbo is a Python module that allows you to easily write and run Hadoop streaming programs (it’s named after Disney’s flying circus elephant, since the logo of Hadoop is an elephant and Python was named after the BBC series “Monty Python’s Flying Circus”).

Installation

wget http://github.com/klbostee/dumbo/tarball/master
cd klbostee-dumbo*
sudo python setup.py install

or


git clone git://github.com/klbostee/dumbo.git
cd dumbo
sudo python setup.py install

Documentation

Clone this wiki locally