Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Hadoop Example

Description

This example of MapReduce job is direct port of this tutorial written in Scala with minimum deps.

How to build

sbt assembly

The uberjar will be stored in target/scala-2.12/main.jar

How to run as MR job

./bin/hadoop jar /path/to/main.jar harippe.hadoop.example.mapReduce.WordCount /hdfs/path/of/input/dir /hdfs/path/of/output

About

Simple example of Hadoop file operation and WordCount Map Reduce

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages