

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) MapReduce is Google’s patented software framework that supports distributed large data sets organized by the Google File System(b) MapReduce is Yahoo’s patented software framework that supports distributed large data sets organized by the Yahoo File System(c) The Apache Hadoop open-source system is based on MapReduce and GFS(d) None of the mentionedThe question was posed to me in my homework.My question is taken from The Open Cloud Consortium in chapter Service Oriented Architecture of Cloud Computing |
Answer» CORRECT answer is (b) MapReduce is Yahoo’s patented software framework that supports distributed large data sets ORGANIZED by the Yahoo File System To explain: MapReduce is a programming model and an associated IMPLEMENTATION for processing and generating large data sets with a parallel, distributed algorithm on a cluster. |
|