Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 330 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 330 Bytes

Mapreduce with Hadoop and Python

A small repo of how to perform MapReduce with Python and Hadoop.

Both the mapper and reducer are written in Python. The tutorial for how to implement both of the scripts in Hadoop is located here.