Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 510 Bytes

README.MD

File metadata and controls

17 lines (10 loc) · 510 Bytes

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