Difference between revisions of "Map-Reduce Examples"
Line 9: | Line 9: | ||
<onlydft> | <onlydft> | ||
= BuildingMapReduce = | = BuildingMapReduce = | ||
+ | <br /> | ||
+ | This is basically the word-count program, but used as an introduction to the mapping and reducing process. | ||
+ | <br /> | ||
== BuildingMapReduce/mapper.py == | == BuildingMapReduce/mapper.py == | ||
<br /> | <br /> |
Revision as of 07:28, 18 April 2017
--D. Thiebaut (talk) 09:28, 11 April 2017 (EDT)
This page contains various problems and their solution implemented using the Map-Reduce programming model.