adplus-dvertising
frame-decoration

Question

Which of the following class provides a subset of features provided by the Unix/GNU Sort?

a.

KeyFieldBased

b.

KeyFieldComparator

c.

KeyFieldBasedComparator

d.

All of the mentioned

Posted under MapReduce Basics Hadoop

Answer: (c).KeyFieldBasedComparator

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following class provides a subset of features provided by the Unix/GNU Sort?

Similar Questions

Discover Related MCQs

Q. Which of the following class is provided by the Aggregate package?

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

Q. ___________ generates keys of type LongWritable and values of type Text.

Q. In _____________ the default job is similar, but not identical, to the Java equivalent.

Q. An input _________ is a chunk of the input that is processed by a single map.

Q. An ___________ is responsible for creating the input splits, and dividing them into records.

Q. ______________ is another implementation of the MapRunnable interface that runs mappers concurrently in a configurable number of threads.

Q. Which of the following is the only way of running mappers?

Q. _________ is the base class for all implementations of InputFormat that use files as their data source.

Q. Which of the following method add a path or paths to the list of inputs?

Q. ___________ takes node and rack locality into account when deciding which blocks to place in the same split.

Q. The key, a ____________ is the byte offset within the file of the beginning of the line.

Q. _________ is the output produced by TextOutputFor mat, Hadoop default OutputFormat.

Q. __________ is a variant of SequenceFileInputFormat that converts the sequence file’s keys and values to Text objects.

Q. __________ class allows you to specify the InputFormat and Mapper to use on a per-path basis.

Q. ___________ is an input format for reading data from a relational database, using JDBC.

Q. Which of the following is the default output format?

Q. Which of the following writes MapFiles as output?

Q. The split size is normally the size of a ________ block, which is appropriate for most applications.

Q. Point out the correct statement.