Skip to content

rajan36/wordcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordcount

Word Count MapReduce Program which uses gradle build tool.

Build Jar

  • First checkout and import this project in IntelliJ IDE.
  • Build the project.
  • Go to root of the directory and run --> ./gradlew build jar
  • After this Jar will be created in WordCount/build/libs/

Upload Dataset to HDFS

hadoop fs -CopyFromLocal dataset.txt /dataset.txt

Run WordCount MapReduce Jar.

hadoop jar <jarName> <inputDatasetPathAndFile> <outputDirectory>

Releases

No releases published

Packages

 
 
 

Contributors

Languages