Kizspy | Question: 46
(Choose 1 answer)
The following figure illustrates the MapReduce processing for a single input, The step 1 is the step 2 is
A. Map/Reduce
B. Reduce/Map
C. MapReduce/Shuffle and Sort
D. Shuffle and Sort/ MapReduce
<1234, "For each word in each string">
Step 1
<For, 1> <each, 1> <word, 1> <in, 1> <each, 1> <string, 1>
Step 2
<For, 1><each, 2><word, 1><in, 1><string, 1>