Skip to content

rgan/hadoop-mapreduce-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

To run standalone:
$><HADOOP_HOME>/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages