Previous | Next --- Slide 17 of 55
Back to Lecture Thumbnails
qwerty

There are 2 functions that you give to the runtime system. 1. A mapper function which takes a string and a map. It parses the string to get the user input type. If the user is a mobile client, then we add an entry in the results map. 2. The reducer sums all the values for a given key.

Please log in to leave a comment.