Skip to content

Instantly share code, notes, and snippets.

@alilee
Created December 17, 2014 00:37
Show Gist options
  • Save alilee/565d0097b4c36edcbd26 to your computer and use it in GitHub Desktop.
Save alilee/565d0097b4c36edcbd26 to your computer and use it in GitHub Desktop.
(defproject ingest-f0001 "0.1.0-SNAPSHOT"
:description "Ingest file with format 0001"
:url "http://www.adaptic.com.au"
:license {:name "Copyright 2014 Adaptic Solutions Pty Ltd"
:url "http://www.ipaustralia.gov.au/get-the-right-ip/copyright/"
:distribution :manual
:comments "All rights reserved"}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/data.csv "0.1.2"]
[yieldbot/flambo "0.4.0"]
[clj-time "0.8.0"]
[amazonica "0.3.0" :exclusions [joda-time]]
[environ "1.0.0"]
[csv-input-format "0.1.0"]
[org.apache.hadoop/hadoop-client "2.6.0"]]
:repositories [["adaptic" {:url "s3p://au.com.adaptic.repository/releases" :creds :gpg}]]
:main ingest-f0001.core
:target-path "target/%s"
:aot [flambo.function]
:profiles {:uberjar {:aot :all}
:dev {:aot [ingest-f0001.spark
ingest-f0001.ingest]}
:provided {:dependencies
[[org.apache.spark/spark-core_2.10 "1.1.1"]
[org.apache.hadoop/hadoop-client "2.2.0"]]}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment