Skip to content

mahaucsb/wordcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordcount

Reusable Hadoop wordcount program. This is a quick version to allow you to compile any java program easily and produce a runnable jar file with one command. Make sure you have "ant" installed and you'll be ready to try.

  1. cd wordcount/

  2. ant

This should create a target/wordcount.jar file in your current path.

  1. java -jar target/wordcount.jar in.txt out.txt

in.txt is already created while out.txt is to be.

About

Reusable Hadoop wordcount program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages