public
Description: Python module that allows you to easily write and run Hadoop programs.
Homepage: http://last.fm/dumbo
Clone URL: git://github.com/klbostee/dumbo.git
dumbo /
name age message
file MANIFEST.in Sat Jun 14 15:42:51 -0700 2008 initial commit [Klaas Bosteels]
file README Loading commit data...
file dumbo.py
directory examples/
file setup.py
directory test/
README
INSTALLATION
""""""""""""

python setup.py install


USAGE
"""""

/usr/local/hadoop/bin/hadoop dfs -put examples/brian.txt brian.txt

python examples/wordcount.py -hadoop /path/to/hadoop \
-file excludes.txt -input brian.txt -output brian-wc

/usr/local/hadoop/bin/hadoop dfs -getmerge brian-wc brian-wc.txt


MORE INFO
"""""""""

http://github.com/klbostee/dumbo/wikis