>>    




Submitted assignment and technology questions for 04/07/2014

CS 121B (CS1), Spring 2014

sid q1 categ annot
10334 This was for Friday's homework, but I did the mapper function and it worked, but I have no idea how to do the reducer. What is and interator iter?

This was my mapper:

def mapper(key, value):
numbers=value.split()
for num in numbers:
Wmr.emit(num, key)
hw  

(1 row)

sid otherqs categ annot

(0 rows)