-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish to clojars (or whatever) so this can be used directly from clojure #20
Comments
+1 to this! Any plans? |
Hi Andrew, Ryan, Can you be more specific about which aspects of lemur you want to use as a Just deploying something to clojars would be easy, but the problem is that I don't think the changes would be huge, but some refactoring of state marc On Thu, Jan 30, 2014 at 9:05 PM, Andrew Montalenti <[email protected]
|
The reason I'm requesting this is because I'd like to use lemur from an existing Clojure project (that happens to be using Apache Storm). Personally, my initial use case is being able to describe job flows, wire it up with Pig scripts, and run them from a Clojure REPL. Of course, you might be pointing to a broader problem: perhaps you should open a ticket yourself about converting lemur from a "CLI-only" application to a "library with CLI wrapper", and describe what needs to change for this to happen? Someone in the community may be able to pick up the work. |
That's a good call, Andrew. I don't think the work is large (roughly marc On Fri, Jan 31, 2014 at 10:13 AM, Andrew Montalenti <
|
Issue created: #23 On Sun, Feb 2, 2014 at 9:33 AM, Marc Limotte [email protected] wrote:
|
I have a clojure project that is about to include some EMR code. I already have a lein project, so it would be nice if I could just add a dependency on lemur and then build my own tooling around it.
The text was updated successfully, but these errors were encountered: