mapreduce-examples icon indicating copy to clipboard operation
mapreduce-examples copied to clipboard

A collection of mapreduce problems and solutions

MapReduce Examples

MapReduce is the key programming model for data processing in the Hadoop ecosystem. This repository is used to collect the problems applicable by MapReduce.

  • Summarization Patterns

    • [x] Word Count
    • [x] Inverted Index (demo Tool, ToolRunner)
    • [x] Matrix-vector Multiplication (demo MultipleInputs)
    • [x] Matrix-matrix Multiplication
  • Filtering Patterns

    • [ ] Anagram
    • [ ] Top K
    • [ ] Sentiment Analysis
  • Organization Patterns

    • [ ] Partial Sort
    • [ ] Secondary Sort
  • Join Patterns

  • Metapatterns

    • [ ] NGramAutocomplete
    • [ ] Page Rank
    • [ ] Recommender System