Discussion :: Hadoop MCQs
- ______________ is another implementation of the MapRunnable interface that runs mappers concurrently in a configurable number of threads.
Answer : Option C
Explanation :
A RecordReader is little more than an iterator over records, and the map task uses one to generate record key-value pairs, which it passes to the map function.
Be The First To Comment