Impatient icon indicating copy to clipboard operation
Impatient copied to clipboard

source examples to support the "Cascading for the Impatient" blog post series -- now for Cascalog

Cascading Cascalog for the Impatient

Notice: This project has been moved to https://github.com/Cascading/Impatient-Cascalog. Please use that link instead.

Welcome to Cascalog for the Impatient, a series of tutorial and Cascalog code examples to get you started. This series is a fork of Cascading for the Impatient.

This set of progressive coding examples starts with a simple file copy and builds up to a MapReduce implementation of the TF-IDF algorithm.

Getting Started

Clone this repository and head over to the Wiki to follow through with this 6-part tutorial.

Prerequisites

Install the following:

  1. Hadoop, see Apache's instruction on setting up a local node
  2. Leiningen build tool for Clojure

Some basic knowledge of Clojure and using Leiningen would be helpful.