Re: ANN: Sisyphus - mapreduce implemented in Clojure

2011-01-26 Thread Olek
I do not know Hadoop too well, but I will try to point the difference. The main idea is to implement MapReduce in a dynamic language. The aim is to use higher-order functions and abstract types. Advantages and disadvantages of the dynamic over static language are well known, so you can decide your

Re: ANN: Sisyphus - mapreduce implemented in Clojure

2011-01-26 Thread kovas boguta
I should add, I'm definitely looking for a more clojure-native library. The big productivity gap right now is for datasets too big manipulate in ram but too small to justify the administrative overhead and complexity of hadoop. On Tue, Jan 25, 2011 at 4:18 PM, kovas boguta wrote: > Hi Olek, > >

Re: ANN: Sisyphus - mapreduce implemented in Clojure

2011-01-25 Thread kovas boguta
Hi Olek, Could you explain how this differs from Hadoop in concept and in execution? Thanks. On Tue, Jan 25, 2011 at 2:26 PM, Olek wrote: > Hi! > > It is nice to announce that Sisyphus - the google's mapreduce > implemented in Clojure - has been released. > Here are the sources: https://github.

ANN: Sisyphus - mapreduce implemented in Clojure

2011-01-25 Thread Olek
Hi! It is nice to announce that Sisyphus - the google's mapreduce implemented in Clojure - has been released. Here are the sources: https://github.com/njoanna/Sisyphus Some comments are still in polish but they will be gradually replaced with english version. Right now there are 5 tasks (zadanie