Realtime Map Reduce = Supercomputing for the Masses?

View: Old framed views
14 Messages — Rating Filter:   Alert me  
Realtime Map Reduce = Supercomputing for the Masses? - Concerning real-time Map Reduce within (and not only between) machines (multi-core & GPU), e.g. the Phoenix and Mars... Loading...
Hadoop is highly optimized towards handling datasets that are much too large to fit into memory. That means that there... Loading...
Re: In memory Map Reduce - Thanks for your comments! So in the case that all intermediate pairs fit into the RAM of the cluster, does the... Loading...
Hadoop goes to some lengths to make sure that things can stay in memory as much as possible. There are still cases,... Loading...
Is there some statistics available to monitor which percentage of the pairs remains in memory, and which percentage... Loading...
Hi ! With Qt 4.4, Trolltech provides a GPLed implementation of an in memory map/reduce for many languages (at least... Loading...
Re: Qt 4.4 / QtConcurrent - Thanks, it's very nice to see that they integrated Map Reduce. But as I understood it this does not work (yet) for... Loading...
Actually Hadoop could be made more friendly to such realtime Map/Reduce jobs. For instance, we could consider running... Loading...
Christophe Taton wrote: > Actually Hadoop could be made more friendly to such realtime Map/Reduce > jobs. > For... Loading...
Yes you would have to do it with classloaders (not 'hello world' but not 'rocket science' either). You'll be limited... Loading...
Alejandro Abdelnur wrote: > Yes you would have to do it with classloaders (not 'hello world' but not > 'rocket... Loading...
Hi Steve, On Mon, Jun 2, 2008 at 12:23 PM, Steve Loughran <stevel@...> wrote: > Christophe Taton... Loading...
I think that feature makes sense because starting JVM has overhead. On Sun, Jun 1, 2008 at 4:26 AM, Christophe Taton... Loading...
Re: other implementations of TaskRunner - That would indeed be a nice idea, that there could be other implementations of TaskRunner suited for special... Loading...