Vidyalelo
Hadoop · all questions

MapReduce Programming Model
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

71

Questions

4/4

Page

Pick an option on a question to see the right answer and solution.

Point out the wrong statement.

Select an option to see the answer and solution.

. . . . . . . . is the primary interface for a user to describe a MapReduce job to the Hadoop framework for execution.

Select an option to see the answer and solution.

Which of the following Hadoop streaming command option parameter is required?

Select an option to see the answer and solution.

. . . . . . . . maps input key/value pairs to a set of intermediate key/value pairs.

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

Point out the correct statement.

Select an option to see the answer and solution.

The . . . . . . . . can also be used to distribute both jars and native libraries for use in the map and/or reduce tasks.

Select an option to see the answer and solution.

To set an environment variable in a streaming command use . . . . . . . .

Select an option to see the answer and solution.

Streaming supports streaming command options as well as . . . . . . . . command options.

Select an option to see the answer and solution.

. . . . . . . . is a generalization of the facility provided by the MapReduce framework to collect data output by the Mapper or the Reducer.

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.