Misplaced Pages

MapReduce: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 10:27, 19 December 2005 editMParaz (talk | contribs)90 edits Nutch implementation← Previous edit Revision as of 17:00, 19 December 2005 edit undoMarudubshinki (talk | contribs)49,641 edits Other ImplementationsNext edit →
Line 4: Line 4:


==Other Implementations== ==Other Implementations==
] has an experimental implementation of MapReduce. The ] project has developed an experimental implementation of MapReduce.


==References== ==References==

Revision as of 17:00, 19 December 2005

In Google's MapReduce programming model, parallel computations over large data sets are implemented by specifying a Map function that maps key-value pairs to new key-value pairs and a subsequent Reduce function that consolidates all mapped key-value pairs sharing the same keys to single key-value pairs.

MapReduce is often used in conjunction with Google File System, for greater parallelization.

Other Implementations

The Nutch project has developed an experimental implementation of MapReduce.

References

Stub icon

This software article is a stub. You can help Misplaced Pages by expanding it.

Categories: