TheClimateCorporation / lemur

Lemur is a tool to launch hadoop jobs locally or on EMR, based on a configuration file, referred to as a jobdef. The jobdef file describes your EMR cluster, local environment, pre- and post-actions and zero or more "steps".
Apache License 2.0
86 stars 20 forks source link

Fixed issues with clojure 1.3 type promotion. #2

Closed bzimmer closed 12 years ago

bzimmer commented 12 years ago

Please pull my change to fix an issue launching jobs with clojure 1.3.

thanks, brian