InterviewSolution
Saved Bookmarks
| 1. |
__________ can best be described as a programming model used to develop Hadoop-based applications that can process massive amounts of data.(a) MapReduce(b) Mahout(c) Oozie(d) All of the mentionedThe question was asked in an online interview.The question is from Big Data topic in chapter Basics of Hadoop of Hadoop |
|
Answer» RIGHT choice is (a) MapReduce To explain: MapReduce is a programming model and an associated implementation for processing and GENERATING LARGE data sets with a parallel, DISTRIBUTED algorithm. |
|