| 31. |
The Hadoop MapReduce framework spawns one map task for each __________ generated by the InputFormat for the job.
|
||||||||
|
Answer:
Option (b) |
| 32. |
__________ can best be described as a programming model used to develop Hadoop-based applications that can process massive amounts of data.
|
||||||||
|
Answer:
Option (a) |
| 33. |
___________ part of the MapReduce is responsible for processing one or more chunks of data and producing the output results.
|
||||||||
|
Answer:
Option (a) |
| 34. |
_________ function is responsible for consolidating the results produced by each of the Map() functions/tasks.
|
||||||||
|
Answer:
Option (b) |
| 35. |
The number of maps is usually driven by the total size of
|
||||||||
|
Answer:
Option (c) |
| 36. |
The right number of reduces seems to be :
|
||||||||
|
Answer:
Option (c) |
| 37. |
Mapper and Reducer implementations can use the ________ to report progress or just indicate that they are alive.
|
||||||||
|
Answer:
Option (c) |