Question - What are the common input formats in Hadoop?
Answer -
Below are the common input formats in Hadoop –
- Text Input Format – The default input format defined in Hadoop is the Text Input Format.
- Sequence File Input Format – To read files in a sequence, Sequence File Input Format is used.
- Key Value Input Format – The input format used for plain text files (files broken into lines) is the Key Value Input Format.