WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

No packages published