Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

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

Join The Discussion