Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tompollard/dorian
MapReduce
https://github.com/tompollard/dorian
Last synced: about 2 months ago
JSON representation
MapReduce
- Host: GitHub
- URL: https://github.com/tompollard/dorian
- Owner: tompollard
- License: mit
- Created: 2015-03-16T16:42:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T19:09:54.000Z (almost 10 years ago)
- Last Synced: 2024-11-29T10:40:51.531Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Examples for the MapReduce exercise
This repository contains sample code for the cloud computing exercises at:
[http://development.rc.ucl.ac.uk/training/rcwithcpp/session10/](http://development.rc.ucl.ac.uk/training/rcwithcpp/session10/)# Running the shell script (countwords)
countwords takes a text document as an argument and counts the number of occurrences of each word. e.g.
```
$ ./countwords dorian.txtWord count saved as output/wordcount.txt
```