Skip to content

Simple example of Hadoop file operation and WordCount Map Reduce

Notifications You must be signed in to change notification settings

aerios/scala-hadoop-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages