Which of the following class is provided by the Aggregate package?

Which of the following class is provided by the Aggregate package?
Reducer
Well Done. Your Answer is Correct Keep it Up! 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.
Reduce
Map
None of the Option is Correct

Hadoop has a library class, org.apache.hadoop.mapred.lib.FieldSelectionMapReduce, that effectively allows you to process text data like the unix ______ utility.

Hadoop has a library class, org.apache.hadoop.mapred.lib.FieldSelectionMapReduce, that effectively allows you to process text data like the unix ______ utility.
Cut
Well Done. Your Answer is Correct Keep it Up! Explanation: The map function defined in the class treats each input key/value pair as a list of fields.
Copy
Paste
Move

Which of the following class provides a subset of features provided by the Unix/GNU Sort?

Which of the following class provides a subset of features provided by the Unix/GNU Sort?
KeyFieldBasedComparator
Well Done. Your Answer is Correct Keep it Up! Explanation: Hadoop has a library class, KeyFieldBasedComparator, that is useful for many applications.
KeyFieldComparator
KeyFieldBased
All Options are Correct

______________ class allows the Map/Reduce framework to partition the map outputs based on certain key fields, not the whole keys.

______________ class allows the Map/Reduce framework to partition the map outputs based on certain key fields, not the whole keys.
KeyFieldBasedPartitioner
Well Done. Your Answer is Correct Keep it Up! Explanation: The primary key is used for partitioning, and the combination of the primary and secondary keys is used for sorting.
KeyFieldPartitioner
KeyFieldBased
None of the Option is Correct

Point out the wrong statement.

Point out the wrong statement.
To use Aggregate, simply specify “-mapper aggregate”
Excellent ! Your Answer is Correct. Explanation: To use Aggregate, simply specify “-reducer aggregate”:
None of the Options is Correct
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
Hadoop has a library package called Aggregate
Page 7 of 60
1 5 6 7 8 9 60