Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Sample Projects

Thomas Risberg edited this page Sep 4, 2013 · 10 revisions

Prerequisites

In order to run the examples you need a working Hadoop installation and Java SDK 1.6 or later installed. Some examples are designed to run against multiple distributions and Hadoop versions while others only works against a specific distribution or version. The majority should run using the most recent stable Apache Hadoop version which currently is 1.2.1.

Sample Apps

Wordcount sample

This sample demonstrates how to execute a MapReduce application and a script that interacts with HDFS inside a Spring based application. It does not use spring Batch or Spring Integration.

The example code is located in the sample repository under the mapreduce directory.