Definition of a simple MAP Reduce API
Posted
by Zubair
on Stack Overflow
See other posts from Stack Overflow
or by Zubair
Published on 2010-03-18T13:18:31Z
Indexed on
2010/03/18
13:21 UTC
Read the original article
Hit count: 250
distributed
I am developing a distributed processing API in Java, Erlang and Ruby. What basic commands can I include from which I can build mapreduce, pipelining, and all the most used parallell algorithms on top of it.
© Stack Overflow or respective owner