Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 737 Bytes

File metadata and controls

26 lines (16 loc) · 737 Bytes

maple

A collection of useful Cascading taps.

Building

Maple uses Leiningen 2.0 to build.

  1. lein with-profile dev deps
  2. lein with-profile dev uberjar
  3. lein with-profile dev install

The above should build a jar with all dependencies. And then install will add this jar to your local maven repository in ~/.m2/repositories.

Usage

Maple is hosted on Conjars. We expect most users will pull "com.twitter/maple" with the version they need. If you are submitting a patch, you will need to follow the above steps in Building.

License

Copyright (C) 2012 Twitter Inc

Distributed under the Eclipse Public License, the same as Clojure.