Home / CSE MCQs / Hadoop MCQs :: Discussion

Discussion :: Hadoop MCQs

  1. An ___________ is responsible for creating the input splits, and dividing them into records.
  2. A.
    TextOutputFormat
    B.
    TextInputFormat
    C.
    OutputInputFormat
    D.
    InputFormat

    View Answer

    Workspace

    Answer : Option D

    Explanation :

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


Be The First To Comment