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
- Host: GitHub
- URL: https://github.com/flacode/mapreduce-examples
- Owner: flacode
- Created: 2020-10-28T23:55:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-29T00:10:02.000Z (over 5 years ago)
- Last Synced: 2025-01-26T18:46:04.642Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.