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

https://github.com/phaniteja5789/mapreduce


https://github.com/phaniteja5789/mapreduce

mapreduce-python

Last synced: about 1 month ago
JSON representation

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.