Re: Clojure for Map Reduce (on hadoop > 0.22)

2013-06-07 Thread Ramesh
Thanks a lot, Alex. It works for me too. Thanks, ramesh On Mon, Jun 3, 2013 at 4:26 PM, ronen wrote: > Iv used Alex version and works great (on that note thank you Alex for > keeping it going) > > Ronen > > > On Wednesday, May 29, 2013 11:45:13 AM UTC+3, Alex Ott wrote: > >> Hi >> >> https://g

Re: Clojure for Map Reduce (on hadoop > 0.22)

2013-06-03 Thread ronen
Iv used Alex version and works great (on that note thank you Alex for keeping it going) Ronen On Wednesday, May 29, 2013 11:45:13 AM UTC+3, Alex Ott wrote: > > Hi > > https://github.com/alexott/clojure-hadoop - updated version > > > On Wed, May 29, 2013 at 1:55 AM, Ramesh > > wrote: > >> Hi All

Re: Clojure for Map Reduce (on hadoop > 0.22)

2013-05-29 Thread Alex Ott
Hi https://github.com/alexott/clojure-hadoop - updated version On Wed, May 29, 2013 at 1:55 AM, Ramesh wrote: > Hi All, > > I want to use clojure to write map reduce tasks on Hadoop version > 0.22. > I was wondering if this is possible with Stuart Sierra's clojure hadoop > https://github.com/s

Re: Clojure for Map Reduce (on hadoop > 0.22)

2013-05-28 Thread xumingmingv
There is also cascalog: https://github.com/nathanmarz/cascalog On 2013-5-29, at 上午7:55, Ramesh wrote: > Hi All, > > I want to use clojure to write map reduce tasks on Hadoop version > 0.22. I > was wondering if this is possible with Stuart Sierra's clojure hadoop > https://github.com/stuartsi

Clojure for Map Reduce (on hadoop > 0.22)

2013-05-28 Thread Ramesh
Hi All, I want to use clojure to write map reduce tasks on Hadoop version > 0.22. I was wondering if this is possible with Stuart Sierra's clojure hadoop https://github.com/stuartsierra/clojure-hadoop If not, are there other libraries which allow me to write map-reduce jobs in clojure? -ramesh