https://github.com/phaniteja5789/mapreduce
https://github.com/phaniteja5789/mapreduce
mapreduce-python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/phaniteja5789/mapreduce
- Owner: phaniteja5789
- Created: 2021-07-20T07:57:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T11:17:02.000Z (over 4 years ago)
- Last Synced: 2024-12-25T17:42:52.752Z (11 months ago)
- Topics: mapreduce-python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MapReduce
This repository contains 2 directories with names Temperature_Problem,Word_count.
These 2 directories contains mapper code and reducer code along with Input Text File,Output Text File and Command to execute the Map-Reduce Job.
Temperature_Problem:
The problem statement is to create a map-reduce job which gives the maximum temperature recorded in each year.
Word_count:
The problem statement is to create a map-reduce job which gives the count of each word that has been repeated in the Input File.