Google News
logo
Hadoop - Quiz(MCQ)
An ___________ is responsible for creating the input splits, and dividing them into records.
A)
TextInputFormat
B)
TextOutputFormat
C)
OutputInputFormat
D)
InputFormat

Correct Answer :   InputFormat


Explanation : As a MapReduce application writer, you don’t need to deal with InputSplits directly, as they are created by an InputFormat.

Advertisement