You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mrs-ma...@googlegroups.com
Hi all!
I am trying different MapReduce implementations and MRS is one of the ones I want to have more experience on. However, I have a question: I am trying to use map-reduce in a different way. I want to have multiple maps first (map1 for file1, map2 for file2, ...) and then reduce all of them (reduce for all map outputs). There might be a very straightforward way but I am very new to Python; so it was not easy for me to do it.