Skip to content

takirala/BigDataExperiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

BigDataExperiments

Big Data Experiments using Apache Spark

Wordcount

This module implements word count on a give dataset of words in three variants:

  • Do a word count
  • Do a double word count
  • Find frequency of one-words in another given list

PageRank

This module implements the pagerank (Tested on the wex dataset) using two methods:

  • Apache spark naive implementation
  • GraphX scala library
  • Find top hundred universities list (Scraped the list of universities from 4icu.org)

About

Big Data Experiments using Apache Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages