Skip to content

Sample App for the Mister MapReduce Framework. Demonstrates how Mister can be used to implement a basic indexing Application.

Notifications You must be signed in to change notification settings

davidfregoli/mister-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indexer

This is a sample App for the Mister MapReduce framework

Sample input:

  • file input-one:
    this is the first file
    
  • file input-two:
    this is certainly the second file
    

Sample output:

this 2 input-one,input-two
is 2 input-one,input-two
the 2 input-one,input-two
first 1 input-one
file 2 input-one,input-two
certainly 1 input-two
second 1 input-two

About

Sample App for the Mister MapReduce Framework. Demonstrates how Mister can be used to implement a basic indexing Application.

Resources

Stars

Watchers

Forks