nerdexam
Cloudera

CCD-410 · Question #5

Which best describes how TextInputFormat processes input files and line breaks?

The correct answer is A. Input file splits may cross line breaks. See the full explanation below for the reasoning.

Question

Which best describes how TextInputFormat processes input files and line breaks?

Options

  • AInput file splits may cross line breaks.
  • BInput file splits may cross line breaks.
  • CThe input file is split exactly at the line breaks, so each RecordReader will read a series of complete lines.
  • DInput file splits may cross line breaks.
  • EInput file splits may cross line breaks.

How the community answered

(15 responses)
  • A
    73% (11)
  • B
    13% (2)
  • C
    7% (1)
  • E
    7% (1)

Community Discussion

No community discussion yet for this question.

Full CCD-410 Practice