Skip to content

MapReduce Online Comes Out!

2009 October 20

MapReduce has been gaining much attention in data intensive computing field. As you know, it is well known as a very popular framework for batch-processing.

Recently, however, Tyson Condie who is a Ph.D student in UC Berkeley accomplishes MapReduce Online. Today, I heard this news from Data Beta. Actually, It is amazing works since the original MapReduce is specialized and designed for only batch-processing. In addition, most people believe that MapReduce will remain a batch-processing.

The essential of MapReduce online is that it tries to hold the fault-tolerance model of the original MapReduce, whereas it provides the the pipelining of results across tasks and jobs instead of materializing the output of each MapReduce task and job into disk. Consequently, MapReduce online enables the program to return the result earlier from a big job.

You can get further information from MapReduce Online.


3 Responses leave one →
  1. October 20, 2009

    I've never thought that the MapReduce can be online.
    It's very fantastic!

  2. October 23, 2009

    I think so. In addition, Prof. Daniel Abadi wrote 'Analysis of the MapReduce Online paper' http://dbmsmusings.blogspot.com/2009/10/analysi... This article is also very interesting.

Trackbacks and Pingbacks

  1. Hyunsik Choi

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS