Question - Name the common input formats in Hadoop.
Answer -
Hadoop has three common input formats:
- Text Input Format – This is the default input format in Hadoop.
- Sequence File Input Format – This input format is used to read files in a sequence.
- Key-Value Input Format – This input format is used for plain text files (files broken into lines).