|
|
|
|
|
by mmcgrana
6488 days ago
|
|
I'd be interested in learning what computations they do that "require up to TEN MapReduce jobs to execute in sequence". As a point of comparison, the Goolge MapReduce paper from 2004 says that their production web search indexing system "runs as a sequence of five to ten MapReduce operations." [labs.google.com/papers/mapreduce-osdi04.pdf] |
|
Edit: This could be a case of map-reduce fail(tm). But I don't think so. I imagine Google's PageRank computation takes more than ten iterations to converge, and each iteration is a map-reduce job.