Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 376 Bytes

lein-hadoop

This is a plugin for leiningen which generates a jar suitable to submission as a hadoop job. Sepcifically, this is a runable jar with lib/ containing all the project dependencies.

Installation

Add to your project.clj :dev-dependencies [lein-hadoop "1.0.0"]]

Usage

A new target is added which generates PROJECT-hadoop.jar:

$ lein hadoop