https://github.com/pavdmyt/word-count
MapReduce 'Hello World' program.
https://github.com/pavdmyt/word-count
Last synced: 5 months ago
JSON representation
MapReduce 'Hello World' program.
- Host: GitHub
- URL: https://github.com/pavdmyt/word-count
- Owner: pavdmyt
- License: mit
- Created: 2015-02-07T21:27:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T20:51:23.000Z (over 10 years ago)
- Last Synced: 2025-02-12T07:11:27.268Z (5 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Word count via MapReduce
========================Simple MapReduce implementation in Python. Parallelism is achieved using
multiprocessing.Pool class which provides means to manage our own worker
process pool.