x0s / MapReduce-jobs

Various implementations of Hadoop MapReduce jobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MapReduce implementations

  • invertedIndex: TF-IDF calculation of terms in a corpus (1 job)
  • graphToMatrix: Computation of a stochastic matrix associated to a web graph (1 job)
  • matrixVectorMult:
    • Computation of matrix product of a matrix and a vector (2 jobs)
    • Remove dead-ends(pages that do not have links to other pages) in a graph (n jobs)

About

Various implementations of Hadoop MapReduce jobs


Languages

Language:Java 100.0%