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.