Skip to content

А MapReduce programming model for parallel and distributed counting of a large number of symmetric / asymmetric relationships in Java. Providing highly efficient processing of big data by storing them on the HDFS.

Notifications You must be signed in to change notification settings

MarijaStojchevska/Map-Reduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Counting Friends Using the MapReduce Programming Model

  • Counted the overall number of friends using data from a database of symmetric and a database of asymmetric friendships.
  • Used the Hadoop Distributed File System to manipulate and store large data-sets and enable their distributed processing.
  • Implemented the MapReduce programming model in Java for parallel processing of data located on Hadoop clusters.
  • Measured the execution time of the program at different numbers of processor cores.

About

А MapReduce programming model for parallel and distributed counting of a large number of symmetric / asymmetric relationships in Java. Providing highly efficient processing of big data by storing them on the HDFS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages