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

https://github.com/flacode/mapreduce-examples

Examples for Mapreduce programs
https://github.com/flacode/mapreduce-examples

Last synced: about 1 year ago
JSON representation

Examples for Mapreduce programs

Awesome Lists containing this project

README

          

# mapreduce-examples
Examples for Mapreduce programs

1. mr: WordCount example from [here](https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html#Source_Code).
2. mr-caps: Filter: Only count words that appear in all uppercase.
3. mr-len: Max-Aggregation: For each letter, find the longest word that starts with that letter.