Home > hadoop-mapreduce-example

hadoop-mapreduce-example

Hadoop-mapreduce-example is a project mainly written in Java, it's free.

Download Hadoop MapReduce from http://hadoop.apache.org/mapreduce/releases.html into directory Checkout this project from github. The input directory contains files with data in format: ;

Run mvn package to create the jar: $>mvn package

To run standalone: $>/bin/hadoop jar target/facebookBuzzCount-1.0-SNAPSHOT.jar com.thoughtworks.FacebookBuzzCount input output

With the given input, the output directory should contain total counts for each college: $>cat output/* bc 39562 clemson 73383

Previous:demo_app