Q.1.
__________ maps input key/value pairs to a set of intermediate key/value pairs.
Q.2.
The number of maps is usually driven by the total size of ____________
Q.3.
A ________ node acts as the Slave and is responsible for executing a Task assigned to it by the JobTracker.
Q.4.
Point out the correct statement.
Q.5.
___________ part of the MapReduce is responsible for processing one or more chunks of data and producing the output results.
Q.6.
_________ function is responsible for consolidating the results produced by each of the Map() functions/tasks.
Q.7.
Point out the wrong statement.
Q.8.
Although the Hadoop framework is implemented in Java, MapReduce applications need not be written in ____________
Q.9.
________ is a utility which allows users to create and run jobs with any executables as the mapper and/or the reducer.
Q.10.
_________ is the default Partitioner for partitioning key space.
Q.11.
Running a ___________ program involves running mapping tasks on many or all of the nodes in our cluster.