Skip to content

Basic implementation of the example MapReduce application "Word Count"

Notifications You must be signed in to change notification settings

keitheweber/hadoop-word-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Reduce - Word Count

Basic implementation of the "Word Count" example MapReduce program.

Sample input and output @ data/input data/output

Compile

$ mvn clean install

Run

$ ./hadoop jar /path/to/wordcount-1.0-SNAPSHOT.jar /path/to/inputDir /pathToOutputDir

Screenshots

Inputs

Inputs

Example Execution

Inputs

Console Output

Inputs

Output Directory

Inputs

Output File

Inputs

About

Basic implementation of the example MapReduce application "Word Count"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages