Changes

Jump to: navigation, search

GPU621/DPS921 Could 4U

9 bytes added, 13:07, 8 December 2016
Map and Reduce Library on GAE
== Map and Reduce Library on GAE ==
In Map and Reduce Library, user code is only required for mapping and reduce function. The platform will shuffle and rearrange data order to make the upcoming reduce process extremely fast. This also reduces a lot of development work. For further boosting, the shuffle part can be rewritten to boost up the speed.  The original source code is [https://github.com/GoogleCloudPlatform/appengine-mapreduce/blob/master/java/example/src/com/google/appengine/demos/mapreduce/randomcollisions/CollisionFindingServlet.java here]. [[File:MPL.png|200px]]
== Start a new project ==
48
edits

Navigation menu