-
Notifications
You must be signed in to change notification settings - Fork 4
rgan/hadoop-mapreduce-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published