Skip to content

ravishn/WordCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WordCount

Java word count program using Hadoop MapReduce

Note: This program requires Hadoop environment to run.


Steps to run the word count program:

  1. Copy the "wordcount.jar" archive to your local drive
  2. run the "wordcount.jar" with the below command
  • hadoop jar wordcount.jar cd.mapreduce.wordcount.main.WordCount
  1. Once the MapReduce job is complete, run a cat on the created part file to view the output
  • hdfs dfs -cat
  1. Done!

About

Word count program in Java using MapReduce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages