Enterprise Data Workflows with Cascading by Paco Nathan

Enterprise Data Workflows with Cascading by Paco Nathan

Author:Paco Nathan
Language: eng
Format: epub, pdf
Tags: COMPUTERS / Data Processing
ISBN: 9781449359591
Publisher: O’Reilly Media
Published: 2013-07-10T16:00:00+00:00


(defproject impatient "0.1.0-SNAPSHOT" :description "Cascalog for the Impatient - Part 1" :url "https://github.com/Quantisan/Impatient/tree/cascalog/part1" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :uberjar-name "impatient.jar" :aot [impatient.core] :main impatient.core :dependencies [[org.clojure/clojure "1.4.0"] [cascalog "1.10.0"] [cascalog-more-taps "0.3.0"]] :profiles {:provided {:dependencies \ [[org.apache.hadoop/hadoop-core "0.20.2-dev"]]}})

Note that this build script is written in Clojure. For detailed descriptions of all the configuration options available in a project.clj script, see the annotated sample.

Given the range and complexities of JVM-based build systems—Maven, Ivy, Gradle, Ant, SBT, etc.—navigating through a build script is perhaps the single biggest hurdle encountered when programmers start to learn about these frameworks. Clojure and Leiningen make this essential concern quite simple. No surprises. The build is written in the language.

To build with lein:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.