Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

trannguyenhan/word-count-hadoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word-count problem with Hadoop MapReduce

See the Hadoop tutorial and original problem here : Hadoop tutorial
Follow the following posts if you have not run the project on Hadoop yet : https://viblo.asia/p/chay-mot-file-jar-tren-hadoop-ByEZkaX25Q0


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

Project is built on maven, you don't need to install any additional libraries, everything is automatic.
To run the project, find Class WordCount.java and run the program.

About

Classic word count problem solved by mapreduce

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages