Administering Hadoop

This set of MCQs helps students to learn about administering Hadoop which is an integral part of the Hadoop implementation process. Hadoop Administrators are primarily responsible for keeping the Hadoop clusters running smoothly in production. They administer and manage the Hadoop clusters and also other resources in the Hadoop ecosystem.

Start Quiz

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

TextOutputFormat TextInputFormat OutputInputFormat None of the mentioned

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

Mapreduce Streaming Orchestration All of the mentioned

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

TextOutputFormat TextInputFormat OutputInputFormat InputFormat

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

MultithreadedRunner MultithreadedMap MultithreadedMapRunner SinglethreadedMapRunner

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

MapReducer MapRunner MapRed All of the mentioned

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

FileTextFormat FileInputFormat FileOutputFormat None of the mentioned

Which of the following writes MapFiles as output?

DBInpFormat MapFileOutputFormat SequenceFileAsBinaryOutputFormat None of the mentioned

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

Generic Task Library HDFS

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

Textformat

Split

Datanode

All of the mentioned

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

setInputPaths()

addInputPath()

setInput()

None of the mentioned

Quiz/Test Summary
Title: Administering Hadoop
Questions: 10
Contributed by:
Steve