Skip to content

bbarekas/HadoopMR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A sample map reduce example using Hadoop MR functionality.

This is explained in details here: Linux Journal article

You can run it as:

$ hadoop-1.2.0/bin/hadoop jar 
    hadoop-1.2.0/contrib/streaming/hadoop-streaming-1.2.0.jar 
-mapper map.py -reducer reduce.py  
-input log.txt -output output

About

Hadoop Map Reduce example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published