Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tompollard/dorian

MapReduce
https://github.com/tompollard/dorian

Last synced: about 2 months ago
JSON representation

MapReduce

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.txt

Word count saved as output/wordcount.txt
```