Skip to content

rspai/Hadoop_MapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hadoop_MapReduce

Big Data Processing with Hadoop

This project implements basic text processing tasks from scratch using Map-Reduce on the Hadoop framework, like word count, n-grams, inverted index, relational join and k-nearest neighbor algorithm.