Question 13 The input to a mapper takes the form of an input file. What form does the Shuffer's output take? i) ii) Answ
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 13 The input to a mapper takes the form of an input file. What form does the Shuffer's output take? i) ii) Answ
Question 13 The input to a mapper takes the form of an input file. What form does the Shuffer's output take? i) ii) Answer a) <list(k), list(v)> b) < list(k), v > c) <k, list(v) > d) list(<k, v> ) e) <k, v> Select the correct answer, Illustrate your answer by an example based on the word count application by showing the mapper output. Assume that input of the mapper is (this is a cat and this is a dog), (1.5 marks)