Skip to content

fescor/gpxreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Map Reduce framework implemented in Java for the course project of Distributed System at the Computer science department in Athens University of Economics and Buisiness.

Implementation : Worker , Worker2 , Worker3 are the reducers and MasterMain is the Maper.MasterMain collects Data from the Application and sends to the workers chunks of that data to do some calculations who then return the results back to MasterMain who is responsible for sorting , grouping and forwarding back the data to the application.

About

MapReduce framework with java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages