Prev Next

BigData / Hadoop basics

What are the most commonly used Input Formats in Hadoop ?

The below are the most commonly input formats used in Hadoop system.

  • TextInputFormat.
  • KeyValueInputFormat.
  • DBInputFormat.
  • and SequenceFileInputFormat.

TextInputFormat is the default input format.

The other input formats include,

  • CombineFileInputFormat.
  • CustomInputFormat.

More Related questions...

Show more question and Answers...


Comments & Discussions