Skip to content

demanejar/word-count-hadoop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word-count problem with Hadoop MapReduce

INPUT

  • Type input : Text
  • Path : input.txt
  • Description : A paragraph, any text

OUTPUT

  • Type output : Text
  • Path : output/
  • Description : [word] [frequency of occurrence]

Run project

See details tutorial: https://demanejar.github.io/posts/hadoop-mapreduce-and-wordcount-project/

mvn clean package
hadoop jar target/wordcount-V1.jar com.hadoop.mapreduce.WordCount <input_path> <output_path>

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%