Re: [ANN] Parkour: Hadoop MapReduce in idiomatic Clojure

2013-11-12 Thread Marshall Bockrath-Vandegrift
Sam Ritchie writes: > Great stuff! Thanks! > Just as a note, Cascalog 2.0 has a lower-level DSL that lets you > write Cascading in idiomatic clojure. Here are some test examples: > > https://github.com/nathanmarz/cascalog/blob/develop/cascalog-core/test/cascalog/cascading/operations_test.clj C

Re: [ANN] Parkour: Hadoop MapReduce in idiomatic Clojure

2013-11-12 Thread Sam Ritchie
Great stuff! Just as a note, Cascalog 2.0 has a lower-level DSL that lets you write Cascading in idiomatic clojure. Here are some test examples: https://github.com/nathanmarz/cascalog/blob/develop/cascalog-core/test/cascalog/cascading/operations_test.clj Marshall Bockrath-Vandegrift wrote: ron

Re: [ANN] Parkour: Hadoop MapReduce in idiomatic Clojure

2013-11-04 Thread Marshall Bockrath-Vandegrift
ronen writes: > Thanks for releasing this, I personally had to re-invent such > functionality over clojure-hadoop Glad to do so. If you’ve been exploring a similar software space, would be very interested in additional specific feedback. And PRs :-). > Did you happen to test this over AWS EMR

Re: [ANN] Parkour: Hadoop MapReduce in idiomatic Clojure

2013-11-04 Thread ronen
Thanks for releasing this, I personally had to re-invent such functionality over clojure-hadoop Did you happen to test this over AWS EMR? On Monday, November 4, 2013 3:55:23 PM UTC+2, Marshall Bockrath-Vandegrift wrote: > > I’m pleased to announce the first public release of Parkour, a librar

[ANN] Parkour: Hadoop MapReduce in idiomatic Clojure

2013-11-04 Thread Marshall Bockrath-Vandegrift
I’m pleased to announce the first public release of Parkour, a library for writing Hadoop MapReduce applications in idiomatic Clojure. Parkour takes your Clojure code’s functional gymnastics and sends it free-running across the urban environment of your Hadoop cluster. https://github.com/damb