Skip to content

This is a Maven Hadoop Java project template. This boilerplate skeleton code contains one Driver, a Mapper and a Reducer ready to be modified with your code (they contain the classic wordcount example).

Notifications You must be signed in to change notification settings

meniluca/maven-hadoop-java-wordcount-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Project: maven-hadoop-java-wordcount-template

This is a Maven Hadoop Java project template. This boilerplate skeleton code contains one Driver, a Mapper and a Reducer ready to be modified with your code (they contain the classic wordcount example).

In this article you can find instructions about how to import the project in Eclipse and modify it, together with an explanation about Hadoop jobs.

Customize your job

Modify the Mapper and Recuder inside the src/main/java/com/example folder and the maven file pom.xml.

Compile your project

To compile the project use the maven command

mvn clean package

Run your application

Inside your shell with Hadoop

hadoop jar your-hadoop-application.jar arg0 arg1 ...

About

This is a Maven Hadoop Java project template. This boilerplate skeleton code contains one Driver, a Mapper and a Reducer ready to be modified with your code (they contain the classic wordcount example).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages