Skip to content

CMPT741 project to implement 2 pass map reduce algorithm to count frequent itemsets

Notifications You must be signed in to change notification settings

KonceptGeek/MapReduce-SON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Single Machine

Simple A-Priori algorithm which generated frequent itemsets for the given test data. Code is in src/main/python/apriori.py

Map-Reduce Implementation

Implemented in Java as it uses Hadoop's map-reduce implementation and the code would be in src/main/java. The Project uses Maven to compile and build the java code. The jar can be built by running 'mvn clean install package -DskipTest' to generate the cmpt741-jasneet-michael.jar and dependency_jars in the target folder.

About

CMPT741 project to implement 2 pass map reduce algorithm to count frequent itemsets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published