Q.1.
The Mapper implementation processes one line at a time via _________ method.
Q.2.
Point out the correct statement.
Q.3.
The Hadoop MapReduce framework spawns one map task for each __________ generated by the InputFormat for the job.
Q.4.
Users can control which keys (and hence records) go to which Reducer by implementing a custom?
Q.5.
Point out the wrong statement.
Q.6.
Applications can use the ____________ to report progress and set application-level status messages.
Q.7.
The right level of parallelism for maps seems to be around _________ maps per-node.
Q.8.
The number of reduces for the job is set by the user via _________
Q.9.
The framework groups Reducer inputs by key in _________ stage.
Q.10.
The output of the reduce task is typically written to the FileSystem via _____________