1.

______________ is another implementation of the MapRunnable interface that runs mappers concurrently in a configurable number of threads.(a) MultithreadedRunner(b) MultithreadedMap(c) MultithreadedMapRunner(d) SinglethreadedMapRunnerI got this question in my homework.Query is from Mapreduce Types topic in portion MapReduce Types and Formats of Hadoop

Answer»

Correct choice is (C) MultithreadedMapRunner

Easiest 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.



Discussion

No Comment Found

Related InterviewSolutions