Difference between revisions of "Map-Reduce Examples"
(→InvertedIndex) |
|||
Line 2: | Line 2: | ||
---- | ---- | ||
<br /> | <br /> | ||
+ | <bluebox> | ||
+ | This page contains various problems and their solution implemented using the Map-Reduce programming model. | ||
+ | </bluebox> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <onlydft> | ||
= BuildingMapReduce = | = BuildingMapReduce = | ||
== BuildingMapReduce/mapper.py == | == BuildingMapReduce/mapper.py == |
Revision as of 08:55, 11 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.