JonathanNgoni / Hadoop-map-reduce-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hadoop MapReduce Example

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

This is a reimplementation of the already implented work for learning purpose.

Assumptions

In this example we dont provide configuration of hadoop cluster (hadoop 1.1.1 cluster)

for set-up hadoop 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

About


Languages

Language:Java 65.8%Language:Python 28.2%Language:Shell 5.9%