adplus-dvertising
frame-decoration

Question

The output of the reduce task is typically written to the FileSystem via _____________

a.

OutputCollector.collect

b.

OutputCollector.get

c.

OutputCollector.receive

d.

OutputCollector.put

Answer: (a).OutputCollector.collect

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The output of the reduce task is typically written to the FileSystem via _____________

Similar Questions

Discover Related MCQs

Q. Which of the following is the default Partitioner for Mapreduce?

Q. Which of the following partitions the key space?

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

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

Q. The ___________ executes the Mapper/ Reducer task as a child process in a separate jvm.

Q. Maximum virtual memory of the launched child-task is specified using _________

Q. Which of the following parameter is the threshold for the accounting and serialization buffers?

Q. ______________ is percentage of memory relative to the maximum heap size in which map outputs may be retained during the reduce.

Q. ____________ specifies the number of segments on disk to be merged at the same time.

Q. Map output larger than ___________ percent of the memory allocated to copying map outputs.

Q. Jobs can enable task JVMs to be reused by specifying the job configuration _________

Q. During the execution of a streaming job, the names of the _______ parameters are transformed.

Q. The standard output (stdout) and error (stderr) streams of the task are read by the TaskTracker and logged to _________

Q. ____________ is the primary interface by which user-job interacts with the JobTracker.

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

Q. __________ is used to filter log files from the output directory listing.

Q. Which of the following class provides access to configuration parameters?

Q. ___________ gives site-specific configuration for a given hadoop installation.

Q. Administrators typically define parameters as final in __________ for values that user applications may not alter.

Q. _________ method clears all keys from the configuration.