InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Hadoop has a library package called Aggregate(b) Aggregate allows you to define a mapper plugin class that is expected to generate “aggregatable items” for each input key/value pair of the mappers(c) To use Aggregate, simply specify “-mapper aggregate”(d) None of the mentionedThe question was asked in semester exam.My question is taken from Hadoop Streaming topic in chapter Mapreduce of Hadoop |
|
Answer» CORRECT option is (c) To USE Aggregate, SIMPLY specify “-mapper aggregate” The BEST I can EXPLAIN: To use Aggregate, simply specify “-reducer aggregate” |
|