InterviewSolution
Saved Bookmarks
| 1. |
The output of the _______ is not sorted in the Mapreduce framework for Hadoop.(a) Mapper(b) Cascader(c) Scalding(d) None of the mentioned |
|
Answer» Right choice is (d) None of the mentioned Best explanation: The output of the reduce task is typically written to the FileSystem. The output of the Reducer is not sorted. |
|