0 votes
in Hadoop by

Which of the following class is provided by the Aggregate package?
a) Map
b) Reducer
c) Reduce
d) None of the mentioned

1 Answer

0 votes
by

Answer: b) Reducer
Explanation: Aggregate provides a special reducer class and a special combiner class, and a list of simple aggregators that perform aggregations such as “sum”, “max”, “min” and so on over a sequence of values.

...