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 <kovas.bog...@gmail.com> wrote:
> 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 <aleksander.nas...@gmail.com> 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.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 1 - 5):
>>
>> 1. Count number of occurences of a particular word in a set of text
>> documents. The result is a pair of: searched word, its number of
>> occurences.
>>
>> 2. Look up for a sequence of chars in a set of text documents. The
>> result is a set of pairs of: name of a file, line where the sequence
>> has occured.
>>
>> 3. Sort words in a set of text documents. The results is a set of
>> sorted unique words.
>>
>> 4. Create an index of words which length is higher then given value.
>> The result is a sorted list of pairs of: words, list of files where
>> the word occures.
>>
>> 5. Create statistic of used words. The result is a sorted list of
>> pairs: word, numer of occurences.
>>
>> Hope you enjoy that.
>>
>> Bye!
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with your 
>> first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to