Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 403 Bytes

MapReduceExamples

This repository contains following Map Reduce examples in JAVA.

  • WordCount Example: To count the occurence of words

  • Word Length: To count the occurence of words of different lengths

  • Mutual Friends: Given a person and a list of his/her friends, find the mutual friends of a pair of persons. Refer: http://stevekrenzel.com/finding-friends-with-mapreduce