Skip to content

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

Notifications You must be signed in to change notification settings

davidfregoli/mister-wordcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordcount

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
is 2
the 2
first 1
file 2
certainly 1
second 1

About

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

Resources

Stars

Watchers

Forks