Developing a MapReduce Application

This set of MCQs helps students to learn about developing a MapReduce application, which is a framework using which we can write applications to process huge amounts of data, in parallel, on large clusters of commodity hardware in a reliable manner.

Start Quiz

Which of the following is not a table scope operator?

MEMSTORE_FLUSH MEMSTORE_FLUSHSIZE MAX_FILESIZE All of the mentioned

__________ class adds HBase configuration files to its object.

Configuration Collector Component None of the mentioned

The ________ class provides the getValue() method to read the values from its instance.

Get Result Put Value

________ communicate with the client and handle data-related operations.

Master Server Region Server Htable All of the mentioned

HBase uses the _______ File System to store its data.

Hive Imphala Hadoop Scala

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

CombineFileOutputFormat CombineFileInputFormat TextFileInputFormat None of the mentioned

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

LongReadable LongWritable ShortReadable All of the mentioned

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

KeyValueTextInputFormat KeyValueTextOutputFormat FileValueTextInputFormat All of the mentioned

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

SequenceFile SequenceFileAsTextInputFormat SequenceAsTextInputFormat All of the mentioned

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

MultipleOutputs MultipleInputs SingleInputs None of the mentioned

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

DBInput DBInputFormat DBInpFormat All of the mentioned

Which of the following is the default output format?

TextFormat TextOutput TextOutputFormat None of the mentioned

_______ can change the maximum number of cells of a column family.

Set

Reset

Alter

Select

You can delete a column family from a table using the method _________ of HBAseAdmin class.

delColumn()

removeColumn()

deleteColumn()

All of the mentioned

_________ is the main configuration file of HBase.

hbase.xml

hbase-site.xml

hbase-site-conf.xml

None of the mentioned

Quiz/Test Summary
Title: Developing a MapReduce Application
Questions: 15
Contributed by:
Steve