MapReduce programming system in java-actionscript
        Posted  
        
            by eco_bach
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by eco_bach
        
        
        
        Published on 2010-05-13T20:08:09Z
        Indexed on 
            2010/05/13
            21:24 UTC
        
        
        Read the original article
        Hit count: 261
        
Just finished reading ch23 in the excellent 'Beautiful Code' http://oreilly.com/catalog/9780596510046
on Distributed Programming with MapReduce. I understand that MapReduce is a programming system designed for large-scale data processing problems, but I have a hard time getting my head around the basic examples given and how I might apply them in real world situations.
Can someone give a simple example of MapReduce implemented using either java, javascript or actionscript?
© Stack Overflow or respective owner