.pylintrc
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.py
example/map.py
example/reduce.py
example/input/input01.txt
example/input/input02.txt
madoop/__init__.py
madoop/__main__.py
madoop/exceptions.py
madoop/mapreduce.py
madoop.egg-info/PKG-INFO
madoop.egg-info/SOURCES.txt
madoop.egg-info/dependency_links.txt
madoop.egg-info/entry_points.txt
madoop.egg-info/requires.txt
madoop.egg-info/top_level.txt
tests/__init__.py
tests/test_api.py
tests/test_cli.py
tests/test_stages.py
tests/utils.py
tests/testdata/word_count/map.py
tests/testdata/word_count/reduce.py
tests/testdata/word_count/correct/grouper-output/part-00000
tests/testdata/word_count/correct/grouper-output/part-00001
tests/testdata/word_count/correct/grouper-output/part-00002
tests/testdata/word_count/correct/grouper-output/part-00003
tests/testdata/word_count/correct/grouper-output/sorted.out
tests/testdata/word_count/correct/mapper-input/part-00000
tests/testdata/word_count/correct/mapper-input/part-00001
tests/testdata/word_count/correct/mapper-output/part-00000
tests/testdata/word_count/correct/mapper-output/part-00001
tests/testdata/word_count/correct/output/part-00000
tests/testdata/word_count/correct/output/part-00001
tests/testdata/word_count/correct/output/part-00002
tests/testdata/word_count/correct/output/part-00003
tests/testdata/word_count/correct/reducer-output/part-00000
tests/testdata/word_count/correct/reducer-output/part-00001
tests/testdata/word_count/correct/reducer-output/part-00002
tests/testdata/word_count/correct/reducer-output/part-00003
tests/testdata/word_count/input/file01
tests/testdata/word_count/input/file02