Skip to content

Instantly share code, notes, and snippets.

View danoyoung's full-sized avatar

Dan Young danoyoung

  • Independent
  • Mars
View GitHub Profile
@alexpw
alexpw / gist:4171281
Created November 29, 2012 19:30
cascalog w/ cascading.avro -- problem
(comment
(defproject project "0.0.1-SNAPSHOT"
:description "project: analysis framework"
:dependencies [[org.clojure/clojure "1.4.0"]
[cheshire "5.0.0"]
[cascalog "1.10.0"]
[cascalog-math "0.1.0"]
[cascading.avro/avro-scheme "2.1.0"]
]
:dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]]