Hadoop MapReduce Example

How good are a city's farmer's markets?

Code associated with the youtube video

Please note, i am not the author of this video. I simplied copied the code from the video since people were asking for it

Assumptions

You have already provisioned a hadoop 1.1.1 cluster

See vagrant hadoop for ideas

Usage

This project uses gradle as it's build tool

Compile

#build the java jar file
gradle jar

Output

Grab the MarketRatings.jar file from build/libs/MarketRatings.jar