InterviewSolution
Saved Bookmarks
| 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 |
|