Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 423 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 423 Bytes

I worked with Hadoop MapReduce on a Big Data class project to find (among other things) the max elevation of weather stations based on weather reading input strings, the location of this station, max temperature recorded in the US, and Northmost station. The files are well commented. We used the general MapReduce format of separate Mapper and Reducer classes, each taking in key-value pairs from the weather station data.