CCD-410 · Question #6
For each input key-value pair, mappers can emit:
The correct answer is E. As many intermediate key-value pairs as designed, as long as all the keys have the same types and. Mapper maps input key/value pairs to a set of intermediate key/value pairs. Maps are the individual tasks that transform input records into intermediate records. The transformed intermediate records do not need to be of the same type as the input records. A given input pair may…
Question
For each input key-value pair, mappers can emit:
Options
- AAs many intermediate key-value pairs as designed.
- BAs many intermediate key-value pairs as designed, but they cannot be of the same type as the input
- COne intermediate key-value pair, of a different type.
- DOne intermediate key-value pair, but of the same type.
- EAs many intermediate key-value pairs as designed, as long as all the keys have the same types and
How the community answered
(41 responses)- A12% (5)
- B2% (1)
- C2% (1)
- D5% (2)
- E78% (32)
Explanation
Mapper maps input key/value pairs to a set of intermediate key/value pairs. Maps are the individual tasks that transform input records into intermediate records. The transformed intermediate records do not need to be of the same type as the input records. A given input pair may map to zero or many output pairs.
Topics
Community Discussion
No community discussion yet for this question.