Developing Mapreduce Applications MCQs
Practice Developing Mapreduce Applications MCQs for competitive exams.
Developing Mapreduce Applications MCQs
Practice questions from this topic.
During the execution of a streaming job, the names of the . . . . . . . . parameters are transformed.
Correct Answer: D
. . . . . . . . communicate with the client and handle data-related operations.
Correct Answer: B
The . . . . . . . . executes the Mapper/ Reducer task as a child process in a separate jvm.
Correct Answer: A
. . . . . . . . is used to filter log files from the output directory listing.
Correct Answer: B
Maximum virtual memory of the launched child-task is specified using . . . . . . . .
Correct Answer: B
. . . . . . . . is the primary interface by which user-job interacts with the JobTracker.
Correct Answer: B
The . . . . . . . . class provides the getValue() method to read the values from its instance.
Correct Answer: B
Which of the following is the default Partitioner for Mapreduce?
Correct Answer: C
The standard output (stdout) and error (stderr) streams of the task are read by the TaskTracker and logged to . . . . . . . .
Correct Answer: B
. . . . . . . . is percentage of memory relative to the maximum heap size in which map outputs may be retained during the reduce.
Correct Answer: B
You can delete a column family from a table using the method . . . . . . . . of HBAseAdmin class.
Correct Answer: C
HBase uses the . . . . . . . . File System to store its data.
Correct Answer: C
