Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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>

About

WordCount Mapreduce Java program

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages