Home > casclojure

casclojure

Casclojure is a project mainly written in Clojure, it's free.

Fork of Gavin McGovern's Clojure + Cascading on Hadoop Example

Clojure + Cascading on Hadoop Example

Originally by Gavin McGovern

Usage

You need to have the following environment variables set:

HADOOP_HOME
HADOOP_VERSION
CASCADING_HOME
CLOJURE_HOME
JGRAPHT_HOME

Note: It looks for clojure-contrib.jar in $CLOJURE_HOME/clojure-contrib.jar by default. There are also a few hard-coded jar versions in build.xml. Suggestions for improvement are welcome.

After the variables are set:

ant
hadoop jar ./target/logparser-0.1.jar data/apache.200.txt output

Authors

  • Originally by Gavin McGovern
  • Updated by Nate Murray