0 votes
in Hadoop by

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 mentioned

1 Answer

0 votes
by

Answer: c
Explanation: To use Aggregate, simply specify “-reducer aggregate”:

Related questions

0 votes
asked Oct 23, 2022 in Hadoop by DavidAnderson
0 votes
asked Oct 23, 2022 in Hadoop by DavidAnderson
...