Skip to content

Instantly share code, notes, and snippets.

@ianrumford
Created September 28, 2012 15:50
Show Gist options
  • Save ianrumford/3800631 to your computer and use it in GitHub Desktop.
Save ianrumford/3800631 to your computer and use it in GitHub Desktop.
Cascalog project file
(defproject aud-cas "0.1.0-SNAPSHOT"
:description "Using cascalog, cascading and clojure for auditd log ETL"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]
[cascalog "1.10.0"]
;;[cascalog "1.9.0"]
[org.clojure/data.json "0.1.2"]
[clj-time "0.4.3"]
;;[com.twitter/maple "0.2.0"]
[com.twitter/maple "0.2.3"]
[org.apache.hadoop/hadoop-core "0.20.2-dev"]
[org.apache.hbase/hbase "0.94.1"]
[cascading/cascading-hadoop "2.0.6-wip-358"]
[cascading/cascading-core "2.0.6-wip-358"]
]
:dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]]
:profiles { :dev {:dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]]}}
:repositories {"conjars" "http://conjars.org/repo"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment